The datasets represent the extent and approximate location of Geographically Isolated Wetlands (GIWs), also known as non-floodplain wetlands (NFWs), in the conterminous United States. National Wetlands Inventory (NWI) lacustrine systems and palustrine wetlands were determined to be “isolated” based on their geographic location (i.e., unconnected, based on a distance measure, to specific classes of NHD aquatic systems). GIWs were here considered geographically isolated when they were outside of 10 meters from select NHD lines and polygons or were not adjacent to NWI Riverine or Estuarine wetlands and (where applicable) outside of 10 meters from a coastline (e.g., oceans or Great Lakes).
The datasets have two versions:
First, create a conda environment with the required packages:
If you are using Google Colab, you can uncomment the following to install the packages and restart the runtime after installation.
Click on this link to download the data to your computer and unzip it.
The script below was used to convert the data from the original Geodatabase format to Parquet format. The script uses the leafmap Python package.
The total file size of the Geodatabase files is 4.4 GB. The total file size of the Parquet files is 46.37 GB.
The script below can be used to access the data using DuckDB. The script uses the duckdb Python package.
Find out the total number non-floodplain wetlands in the selected state:
Alternatively, you can use the aws cli to access the data directly from the S3 bucket:
To visualize the data, you can use the leafmap Python package with the lonboard backend. The script below shows how to visualize the data.
Find out the total number of NFWs in CONUS:
The total number of NFWs in CONUS is 8,380,620.
+++
Find out the number of NFWs in each state and order them by the number of NFWs:
Create a pie chart showing the number of NFWs in each state:
Create a bar chart showing the number of NFWs in each state:
Calculate the total area of NFWs in each state and order them by the area of wetlands:
Create a pie chart showing the total area of NFWs in each state:
Create a pie chart showing the total area of NFWs in each state:
Create a bar chart showing the median area of NFWs in each state:
+++
Calculate the number of NFWs intersecting surface depressions (i.e., wetland depressions) in each state:
Merge the NFW table with the wetland depressions table:
Compare the number of NFWs and wetland depressions in each state:
+++
Compute the statistics of the area of NFWs and wetland depressions in each state:
The median size of wetland depressions in each state:
+++
The median maximum storage volume of wetland depressions in each state: