氾濫原

Multi tool use
パラナ川氾濫原の衛星写真、河川の合流地点に位置する
氾濫原(はんらんげん、flood plain)とは、河川の流水が洪水時に河道から氾濫する範囲にある平野部分をいう。谷底平野や扇状地、沖積平野、三角州などで洪水時に浸水する範囲も同様に氾濫原といえる。河川の下流部によく発達する。
形成と地質
氾濫原は、河川流水が洪水時に河道から溢れた溢流水および河道内部における堆積作用によって形成される。平常時、氾濫原は河川水面よりやや高いところにあり、多くの場合、河道は氾濫原の中で蛇行している。
また、氾濫原の構成物質は、礫をはじめ、砂・シルト・粘土からなり、その分布は堆積時の状況に応じ、一様とは限らない。更に、氾濫の度に上流から粘土や植物の種などが流れ着き(漂着)、植物が繁茂しやすい。
平地で水の入手が容易であるため、湿地帯を除き、農業には適している。氾濫原中には、河道の跡である三日月湖や後背湿地、微高地の自然堤防などが発達する。
生物的環境として
氾濫原は、平坦で、水の供給がよく、植物の生育には好適な条件が多い。他方で、洪水のたびに洗い流される環境なので、安定的な植物群落は成立しにくい。地下の水位が高いのも、森林の成立には向かない。そのために、樹木の生育は限られ、ヤナギ類など特定の樹木のみが出現する。
関連項目
 | この項目は、地形に関連した書きかけの項目です。この項目を加筆・訂正などしてくださる協力者を求めています(プロジェクト:地形/Portal:地理学)。 英語版の Geo-stub に対応するテンプレートは World-stub です。
|
j0,bY2ias8a2Rnga5 zlXI6hsGtGjlu8Gw,5S 6zyV0ps8mBRDVrP87pdXc3NJWIkK9D,c0Ym6T
Popular posts from this blog
Ramiro Burr's New Blog - to go back: www.ramiroburr.com From Latin rock to reggaeton, boleros to blues,Tex-Mex to Tejano, conjunto to corridos and beyond, Ramiro Burr has it covered. If you have a new CD release, a trivia question or are looking for tour info, post a message here or e-mail Ramiro directly at: musicreporter@gmail.com Top Tejano songwriter Luis Silva dead of heart attack at 64 By Ramiro Burr on October 23, 2008 8:40 AM | Permalink | Comments (12) | TrackBacks (0) UPDATE: Luis Silva Funeral Service details released Visitation 4-9 p.m. Saturday, Rosary service 6 p.m. Saturday at Porter Loring, 1101 McCullough Ave Funeral Service 10:30 a.m. Monday St. Anthony De Padua Catholic Church, Burial Service at Chapel Hills, 7735 Gibbs Sprawl Road. Porter Loring (210) 227-8221 Related New Flash: Irma Laura Lopez: long time record promoter killed in accident NewsFlash: 9:02 a.m. (New comments below) Luis Silva , one of the most well-known ...
1 I having trouble getting my ResourceDictionary.MergedDictionaries to load from app.xaml. My WPF app has a static class with a Main defined and startup object set to it. Within Main I created an instance of App and run it. The override OnStartup fires and the mainwindow.cs InitializeComponent gives the error "Message "Cannot find resource named 'MaterialDesignFloatingActionMiniAccentButton'. If I put the resources in the mainwindow.xaml everything is fine, but I wanted them to load at the app level so I they are not in each page. Any help appreciated. public partial class App protected override void OnStartup(StartupEventArgs e) base.OnStartup(e); var app = new MainWindow(); var context = new MainWindowViewModel(); app.DataContext = context; app.Show(); from the Main.. var app = new App(); app.Run(); app.xaml.. <Application x:Class="GS.Server.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:...
up vote 2 down vote favorite There is a clear pattern that show for two separate subsets (set of columns); If one value is missing in a column, values of other columns in the same subset are missing for any row. Here is a visualization of missing data My tries up until now, I used ycimpute library to learn from other values, and applied Iterforest. I noted, score of Logistic regression is so weak (0.6) and thought Iterforest might not learn enough or anyway, except from outer subset which might not be enough? for example the subset with 11 columns might learn from the other columns but not from within it's members, and the same goes for the subset with four columns. This bar plot show better quantity of missings So of course, dealing with missings is better than dropping rows because It would affect my prediction which does contain the same missings quantity relatively. Any better way to deal with these ? [EDIT] The nullity pattern is confirmed: machine-learning cor...