| Name |
Format |
Description |
Link |
|
57 |
Major Rivers and Creeks in California selected from the NHD in a geopackage format. Resource last updated 1/30/2024.
Services for this layer can be found at:
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers_and_Creeks/FeatureServer/
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers_and_Creeks/MapServer
Selecting Only Major Rivers and Creeks in the NHD using ArcMap - from the USGS National Hydrography Dataset Newsletter, Vol. 13, No. 8, June 2014, by Jeff Simley, USGS
**Please note that this data is only as complete as the NHD, and there are connectivity issues associated with this method of selection. We will continue to update this data as USGS releases new versions of the NHD.**
The NHD contains a lot of information, but for some applications, particularly those at small scales, it needs to be generalized. One approach is to show only “major rivers” in the NHD. A quick technique to show only the named rivers can easily be done by selecting NHDFlowline GNIS_NAME > ‘0’. See: ftp://nhdftp.usgs.gov/Hydro_Images/BlueRiver_Named_Rivers.jpgTo be even more restrictive, major rivers can be defined as only “double-line” or polygonal rivers, which appear in NHDArea. This is more complicated, and takes a few minutes, but works well. This approach finds the Artifical Path of those polygonal rivers:
1. Find the polygonal rivers: Select by Attributes NHDArea where FType = 460 - Stream/River.
2. Now it is necessary to find the NHDFlowline Artificial Paths of those rivers. Artificial Paths are linked to the polygon they are inside of using the field WBArea_Permanent_Identier. Create the link by doing a relate between NHDFlowline (key WBArea_Permanent_Identifier) and NHDArea (key Permanent_Identifier)
3. Invoke the relationship and select the corresponding NHDFlowlines.
4. For clarity, turn off the NHDArea selected features (the polygonal rivers).
5. Now the candidate artificial paths are selected, but there are two problems: One is that the rivers running through lakes are not selected (which they should be), and two, the “stubs”of the tributary artificial paths have been selected (which are not wanted).
6. Next order of business is to eliminate the minor stubs with no name. Select from selection by Attributes NHDFlowline GNIS_Name > ‘0’. Now only stubs that are named remain.
7. Some of the remaining candidate artificial paths are wanted (the major rivers) and some are not (the named stubs). The named stubs can be eliminated by virtue of the fact that there are very few of them (normally one record per name) and those with low counts can be eliminated.
8. Open the NHDFlowline attribute table. Some records are selected (the remaining candidate list) and some are not (all other flowlines making up “minor rivers”). Summarize the number of records under the field GNIS_Name and write this out as Sum_Output.dbf which you then add to ArcMap.
9. Now the goal is to find the names of the major rivers. These will be rivers with a record count greater than 1. The extraneous non-named stubs have already been eliminated, which helps reduce the load. The next steps will select only records with significant counts, that is, the major rivers. This will allow deselecting the remaining NHDFlowlines and in the process eliminate the named stubs.
10. It is necessary to relate Sum_Output (key GNIS_Name) with NHDFlowline (key GNIS_Name) to make it possible to use the GNIS_NAME’s to select the major rivers in NHDFlowline.
11. Open the Sum_Output table. Note the field Count_GNIS_Name which will be used to count records. This will eliminate named stubs, leaving just the major rivers selected. Create a New Selection, Cnt_GNIS_N > 1. Leave the table open. Note major rivers are selected.Invoke the relationship to select the major rivers. In ArcMap all “major rivers” have been selected, even rivers through lakes.
Note: This workflow excludes the American River, so it has been manually added into the dataset. |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/faa22c7f-35e1-404c-a269-31754ae484f9/download/nhd_major_rivers_and_creeks.gpkg |
|
0 |
|
https://www.usgs.gov/national-hydrography |
|
0 |
3D Hydrography Program service description, data dictionary, and notes from USGS |
https://www.usgs.gov/ngp-standards-and-specifications/3d-hydrography-program-products-3dhpall-2023-service-specification |
|
57 |
Major Rivers and Creeks in California selected from the NHD in a zipped shapefile format. Resource last updated 1/30/2024.
Services for this layer can be found at:
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers_and_Creeks/FeatureServer/
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers_and_Creeks/MapServer
Shapefile includes a .csv file with the Ftype descriptors, these can be added via a join on the Ftype code.
Selecting Only Major Rivers and Creeks in the NHD using ArcMap - from the USGS National Hydrography Dataset Newsletter, Vol. 13, No. 8, June 2014, by Jeff Simley, USGS
**Please note that this data is only as complete as the NHD, and there are connectivity issues associated with this method of selection.**
The NHD contains a lot of information, but for some applications, particularly those at small scales, it needs to be generalized. One approach is to show only “major rivers” in the NHD. A quick technique to show only the named rivers can easily be done by selecting NHDFlowline GNIS_NAME > ‘0’. See: ftp://nhdftp.usgs.gov/Hydro_Images/BlueRiver_Named_Rivers.jpgTo be even more restrictive, major rivers can be defined as only “double-line” or polygonal rivers, which appear in NHDArea. This is more complicated, and takes a few minutes, but works well. This approach finds the Artificial Path of those polygonal rivers:
1. Find the polygonal rivers: Select by Attributes NHDArea where FType = 460 - Stream/River.
2. Now it is necessary to find the NHDFlowline Artificial Paths of those rivers. Artificial Paths are linked to the polygon they are inside of using the field WBArea_Permanent_Identier. Create the link by doing a relate between NHDFlowline (key WBArea_Permanent_Identifier) and NHDArea (key Permanent_Identifier)
3. Invoke the relationship and select the corresponding NHDFlowlines.
4. For clarity, turn off the NHDArea selected features (the polygonal rivers).
5. Now the candidate artificial paths are selected, but there are two problems: One is that the rivers running through lakes are not selected (which they should be), and two, the “stubs” of the tributary artificial paths have been selected (which are not wanted).
6. Next order of business is to eliminate the minor stubs with no name. Select from selection by Attributes NHDFlowline GNIS_Name > ‘0’. Now only stubs that are named remain.
7. Some of the remaining candidate artificial paths are wanted (the major rivers) and some are not (the named stubs). The named stubs can be eliminated by virtue of the fact that there are very few of them (normally one record per name) and those with low counts can be eliminated.
8. Open the NHDFlowline attribute table. Some records are selected (the remaining candidate list) and some are not (all other flowlines making up “minor rivers”). Summarize the number of records under the field GNIS_Name and write this out as Sum_Output.dbf which you then add to ArcMap.
9. Now the goal is to find the names of the major rivers. These will be rivers with a record count greater than 1. The extraneous non-named stubs have already been eliminated, which helps reduce the load. The next steps will select only records with significant counts, that is, the major rivers. This will allow deselecting the remaining NHDFlowlines and in the process eliminate the named stubs.
10. It is necessary to relate Sum_Output (key GNIS_Name) with NHDFlowline (key GNIS_Name) to make it possible to use the GNIS_NAME’s to select the major rivers in NHDFlowline.
11. Open the Sum_Output table. Note the field Count_GNIS_Name which will be used to count records. This will eliminate named stubs, leaving just the major rivers selected. Create a New Selection, Cnt_GNIS_N > 1. Leave the table open. Note major rivers are selected.Invoke the relationship to select the major rivers. In ArcMap all “major rivers” have been selected, even rivers through lakes.
Note: This workflow excludes the American River, so it has been manually added into the dataset. |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/7d1e7e44-81b1-43fe-95f6-1862eea6ac24/download/nhd_major_rivers_and_creeks.zip |
|
0 |
Interactive application that can be used to download National Hydrography products as well as other component layers of The National Map |
https://www.usgs.gov/tools/download-data-maps-national-map |
|
57 |
Major Rivers in California selected from the NHD in a zipped shapefile format. Resource last updated 1/30/2024.
Services for this layer can be found at:
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers/FeatureServer
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers/MapServer
Shapefiles include a .csv with the Ftype code descriptors. These descriptors can be joined to the shapefile via a join on the code field.
Selecting Only Major Rivers in the NHD using ArcMap - from the USGS National Hydrography Dataset Newsletter, Vol. 13, No. 8, June 2014, by Jeff Simley, USGS
**Please note that this data is only as complete as the NHD, and there are connectivity issues associated with this method of selection. We will continue to update this data as USGS releases new versions of the NHD.**
The NHD contains a lot of information, but for some applications, particularly those at small scales, it needs to be generalized. One approach is to show only “major rivers” in the NHD. A quick technique to show only the named rivers can easily be done by selecting NHDFlowline GNIS_NAME > ‘0’. To be even more restrictive, major rivers can be defined as only “double-line” or polygonal rivers, which appear in NHDArea. This is more complicated, and takes a few minutes, but works well. This approach finds the Artificial Path of those polygonal rivers:
1. Find the polygonal rivers: Select by Attributes NHDArea where FType = 460 - Stream/River.
2. Now it is necessary to find the NHDFlowline Artificial Paths of those rivers. Artificial Paths are linked to the polygon they are inside of using the field WBArea_Permanent_Identier. Create the link by doing a relate between NHDFlowline (key WBArea_Permanent_Identifier) and NHDArea (key Permanent_Identifier)
3. Invoke the relationship and select the corresponding NHDFlowlines.
4. For clarity, turn off the NHDArea selected features (the polygonal rivers).
5. Now the candidate artificial paths are selected, but there are two problems: One is that the rivers running through lakes are not selected (which they should be), and two, the “stubs”of the tributary artificial paths have been selected (which are not wanted).
6. Next order of business is to eliminate the minor stubs with no name. Select from selection by Attributes NHDFlowline GNIS_Name > ‘0’. Now only stubs that are named remain.
7. Some of the remaining candidate artificial paths are wanted (the major rivers) and some are not (the named stubs). The named stubs can be eliminated by virtue of the fact that there are very few of them (normally one record per name) and those with low counts can be eliminated.
8. Open the NHDFlowline attribute table. Some records are selected (the remaining candidate list) and some are not (all other flowlines making up “minor rivers”). Summarize the number of records under the field GNIS_Name and write this out as Sum_Output.dbf which you then add to ArcMap.
9. Now the goal is to find the names of the major rivers. These will be rivers with a record count greater than 1. The extraneous non-named stubs have already been eliminated, which helps reduce the load. The next steps will select only records with significant counts, that is, the major rivers. This will allow deselecting the remaining NHDFlowlines and in the process eliminate the named stubs.
10. It is necessary to relate Sum_Output (key GNIS_Name) with NHDFlowline (key GNIS_Name) to make it possible to use the GNIS_NAME’s to select the major rivers in NHDFlowline.
1. Open the Sum_Output table. Note the field Count_GNIS_Name which will be used to count records. This will eliminate named stubs, leaving just the major rivers selected. Create a New Selection, Cnt_GNIS_N > 1. Leave the table open. Note major rivers are selected.Invoke the relationship to select the major rivers. In ArcMap all “major rivers” have been selected, even rivers through lakes.
12. Select only those features with "River" in the GNIS Name.
Note: This workout omits the American River. It has been manually added to this dataset. |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/510abd22-f63b-4981-a17e-3c76cec5fa18/download/nhd_major_rivers.zip |
|
0 |
Descriptions of attributes of NHD Feature Classes, Feature Domains, Reachcode Tables, Metadata Tables, Flowline value Added Attributes (VAA) Table, and Miscellaneous Tables |
https://www.usgs.gov/ngp-standards-and-specifications/national-hydrography-dataset-nhd-data-dictionary-0 |
|
57 |
Major Rivers in California selected from the NHD in a zipped shapefile format. Resource last updated 1/30/2024.
Services for this layer can be found at:
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers/FeatureServer
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers/MapServer
Selecting Only Major Rivers in the NHD using ArcMap - from the USGS National Hydrography Dataset Newsletter, Vol. 13, No. 8, June 2014, by Jeff Simley, USGS
**Please note that this data is only as complete as the NHD, and there are connectivity issues associated with this method of selection. We will continue to update this data as USGS releases new versions of the NHD.**
The NHD contains a lot of information, but for some applications, particularly those at small scales, it needs to be generalized. One approach is to show only “major rivers” in the NHD. A quick technique to show only the named rivers can easily be done by selecting NHDFlowline GNIS_NAME > ‘0’. To be even more restrictive, major rivers can be defined as only “double-line” or polygonal rivers, which appear in NHDArea. This is more complicated, and takes a few minutes, but works well. This approach finds the Artificial Path of those polygonal rivers:
1. Find the polygonal rivers: Select by Attributes NHDArea where FType = 460 - Stream/River.
2. Now it is necessary to find the NHDFlowline Artificial Paths of those rivers. Artificial Paths are linked to the polygon they are inside of using the field WBArea_Permanent_Identier. Create the link by doing a relate between NHDFlowline (key WBArea_Permanent_Identifier) and NHDArea (key Permanent_Identifier)
3. Invoke the relationship and select the corresponding NHDFlowlines.
4. For clarity, turn off the NHDArea selected features (the polygonal rivers).
5. Now the candidate artificial paths are selected, but there are two problems: One is that the rivers running through lakes are not selected (which they should be), and two, the “stubs”of the tributary artificial paths have been selected (which are not wanted).
6. Next order of business is to eliminate the minor stubs with no name. Select from selection by Attributes NHDFlowline GNIS_Name > ‘0’. Now only stubs that are named remain.
7. Some of the remaining candidate artificial paths are wanted (the major rivers) and some are not (the named stubs). The named stubs can be eliminated by virtue of the fact that there are very few of them (normally one record per name) and those with low counts can be eliminated.
8. Open the NHDFlowline attribute table. Some records are selected (the remaining candidate list) and some are not (all other flowlines making up “minor rivers”). Summarize the number of records under the field GNIS_Name and write this out as Sum_Output.dbf which you then add to ArcMap.
9. Now the goal is to find the names of the major rivers. These will be rivers with a record count greater than 1. The extraneous non-named stubs have already been eliminated, which helps reduce the load. The next steps will select only records with significant counts, that is, the major rivers. This will allow deselecting the remaining NHDFlowlines and in the process eliminate the named stubs.
10. It is necessary to relate Sum_Output (key GNIS_Name) with NHDFlowline (key GNIS_Name) to make it possible to use the GNIS_NAME’s to select the major rivers in NHDFlowline.
1. Open the Sum_Output table. Note the field Count_GNIS_Name which will be used to count records. This will eliminate named stubs, leaving just the major rivers selected. Create a New Selection, Cnt_GNIS_N > 1. Leave the table open. Note major rivers are selected.Invoke the relationship to select the major rivers. In ArcMap all “major rivers” have been selected, even rivers through lakes.
12. Select only those features with "River" in the GNIS Name.
Note: This workout omits the American River. It has been manually added to this dataset. |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/97363653-11ce-4830-a94b-76a8346f19e0/download/nhd_major_rivers.gdb.zip |
|
33 |
DWR received this letter on September 30, 2022 from the Director of the USGS National Geospatial Program informing DWR that editing of the NHD will cease and the dataset will become static in 2023. USGS will shift its focus to the next generation of hydrography data, the 3D Hydrography Program. |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/be54d52a-bc00-4423-86b9-5c65887a950d/download/ms.-schafer-kramer_nhd.letter.pdf |
|
0 |
A collection of recordings of presentations and meetings by U.S. Geological Survey on the National Hydrography Dataset and related data products and tools as hosted on the USGS channel on YouTube. |
https://www.youtube.com/playlist?list=PLIxlFowAfHBCe2gYP5F9rIgzIij2Djfe6 |
|
0 |
The National Hydrography Dataset (NHD) is the authoritative surface water component of California's spatial data infrastructure. Reports on the progress of the NHD Stewardship Program are posted four times each year on the CGIA Community Council's website. Questions or comments may be directed to the lead steward: Jane.Schafer-Kramer@water.ca.gov. |
https://cgia.org/cagiscouncil/workgroups/hydrography/ |
|
33 |
A pdf intended for poster-sized printing that provides a graphical depiction of the geodatabase schema for the current version of the National Hydrography Dataset, provided by USGS. |
https://d9-wret.s3.us-west-2.amazonaws.com/assets/palladium/production/s3fs-public/atoms/files/NHD%20v2.3%20Model%20Poster%2006012020.pdf |
|
0 |
DWR is the steward for NHD and Watershed Boundary Dataset (WBD ) in California. We work with other organizations to edit and improve NHD and WBD, using the business rules for California. Visit the California NHD Stewardship page at https://water.ca.gov/Programs/All-Programs/National-Hydrography-Dataset-Stewardship |
https://water.ca.gov/Programs/All-Programs/National-Hydrography-Dataset-Stewardship |
|
57 |
Major Rivers in California selected from the NHD in a geopackage format. Resource last updated 1/30/2024.This is the final version. The NHD is now a static dataset
Services for this layer can be found at:
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers/FeatureServer
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers/MapServer
Selecting Only Major Rivers in the NHD using ArcMap - from the USGS National Hydrography Dataset Newsletter, Vol. 13, No. 8, June 2014, by Jeff Simley, USGS
**Please note that this data is only as complete as the NHD, and there are connectivity issues associated with this method of selection. We will continue to update this data as USGS releases new versions of the NHD.**
The NHD contains a lot of information, but for some applications, particularly those at small scales, it needs to be generalized. One approach is to show only “major rivers” in the NHD. A quick technique to show only the named rivers can easily be done by selecting NHDFlowline GNIS_NAME > ‘0’. To be even more restrictive, major rivers can be defined as only “double-line” or polygonal rivers, which appear in NHDArea. This is more complicated, and takes a few minutes, but works well. This approach finds the Artificial Path of those polygonal rivers:
1. Find the polygonal rivers: Select by Attributes NHDArea where FType = 460 - Stream/River.
2. Now it is necessary to find the NHDFlowline Artificial Paths of those rivers. Artificial Paths are linked to the polygon they are inside of using the field WBArea_Permanent_Identier. Create the link by doing a relate between NHDFlowline (key WBArea_Permanent_Identifier) and NHDArea (key Permanent_Identifier)
3. Invoke the relationship and select the corresponding NHDFlowlines.
4. For clarity, turn off the NHDArea selected features (the polygonal rivers).
5. Now the candidate artificial paths are selected, but there are two problems: One is that the rivers running through lakes are not selected (which they should be), and two, the “stubs”of the tributary artificial paths have been selected (which are not wanted).
6. Next order of business is to eliminate the minor stubs with no name. Select from selection by Attributes NHDFlowline GNIS_Name > ‘0’. Now only stubs that are named remain.
7. Some of the remaining candidate artificial paths are wanted (the major rivers) and some are not (the named stubs). The named stubs can be eliminated by virtue of the fact that there are very few of them (normally one record per name) and those with low counts can be eliminated.
8. Open the NHDFlowline attribute table. Some records are selected (the remaining candidate list) and some are not (all other flowlines making up “minor rivers”). Summarize the number of records under the field GNIS_Name and write this out as Sum_Output.dbf which you then add to ArcMap.
9. Now the goal is to find the names of the major rivers. These will be rivers with a record count greater than 1. The extraneous non-named stubs have already been eliminated, which helps reduce the load. The next steps will select only records with significant counts, that is, the major rivers. This will allow deselecting the remaining NHDFlowlines and in the process eliminate the named stubs.
10. It is necessary to relate Sum_Output (key GNIS_Name) with NHDFlowline (key GNIS_Name) to make it possible to use the GNIS_NAME’s to select the major rivers in NHDFlowline.
1. Open the Sum_Output table. Note the field Count_GNIS_Name which will be used to count records. This will eliminate named stubs, leaving just the major rivers selected. Create a New Selection, Cnt_GNIS_N > 1. Leave the table open. Note major rivers are selected.Invoke the relationship to select the major rivers. In ArcMap all “major rivers” have been selected, even rivers through lakes.
12. Select only those features with "River" in the GNIS Name.
Note: This workflow omits the American River. It has been manually added to this dataset. |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/3aa40f74-be68-4375-a525-c8d9a9197c1e/download/nhd_major_rivers.gpkg |
|
33 |
Document: The Memorandum of Understanding between the United States Department of the Interior United States Geological Survey and the California Department of Water Resources for the Stewardship of the National Hydrography Dataset and Watershed Boundary Dataset in California |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/b7e6fb55-c5ee-45dc-99fe-9610161cf371/download/nhd_mou_final_20220215signed.pdf |
|
0 |
There a various ways to access the NHD data products. If you know the hydrologic unit code for your area of interest you may find it easier to download datasets by link to the amazon cloud site. This directory enables access to the NHD, NHD Plus High Resolution (NHDPlusHR), and the WBD. |
https://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Hydrography/ |
|
3 |
An ArcGIS overlay map mervice for visualizing hydrographic |
https://hydro.nationalmap.gov/arcgis/rest/services/nhd/MapServer |
|
0 |
Issues include the latest dataset updates, tips & tricks, upcoming training and meetings, general announcements and more of the nation's surface water and hydrologic geospatial datasets: the National Hydrography Dataset, Watershed Boundary Dataset, and NHDPlus High Resolution. Engage with us and others in the Hydrography community by subscribing and share your best surface water photos! |
https://www.usgs.gov/usgs-national-hydrography-dataset-newsletter?utm_source=Newsletter&utm_medium=Email&utm_campaign=usgs-national-hydrography-dataset-newsletter--vol-20--issue-912&utm_term=View-All |
|
57 |
Major Rivers and Creeks in California selected from the NHD in a zipped geodatabase format. Resource last updated 1/30/2024. This is the final version, as the NHD is no longer being updated.
Services for this layer can be found at:
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers_and_Creeks/FeatureServer\
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Rivers_and_Creeks/MapServer
Selecting Only Major Rivers and Creeks in the NHD using ArcMap - from the USGS National Hydrography Dataset Newsletter, Vol. 13, No. 8, June 2014, by Jeff Simley, USGS
**Please note that this data is only as complete as the NHD, and there are connectivity issues associated with this method of selection.**
The NHD contains a lot of information, but for some applications, particularly those at small scales, it needs to be generalized. One approach is to show only “major rivers” in the NHD. A quick technique to show only the named rivers can easily be done by selecting NHDFlowline GNIS_NAME > ‘0’. See: ftp://nhdftp.usgs.gov/Hydro_Images/BlueRiver_Named_Rivers.jpgTo be even more restrictive, major rivers can be defined as only “double-line” or polygonal rivers, which appear in NHDArea. This is more complicated, and takes a few minutes, but works well. This approach finds the Artifical Path of those polygonal rivers:
1. Find the polygonal rivers: Select by Attributes NHDArea where FType = 460 - Stream/River.
2. Now it is necessary to find the NHDFlowline Artificial Paths of those rivers. Artificial Paths are linked to the polygon they are inside of using the field WBArea_Permanent_Identier. Create the link by doing a relate between NHDFlowline (key WBArea_Permanent_Identifier) and NHDArea (key Permanent_Identifier)
3. Invoke the relationship and select the corresponding NHDFlowlines.
4. For clarity, turn off the NHDArea selected features (the polygonal rivers).
5. Now the candidate artificial paths are selected, but there are two problems: One is that the rivers running through lakes are not selected (which they should be), and two, the “stubs”of the tributary artificial paths have been selected (which are not wanted).
6. Next order of business is to eliminate the minor stubs with no name. Select from selection by Attributes NHDFlowline GNIS_Name > ‘0’. Now only stubs that are named remain.
7. Some of the remaining candidate artificial paths are wanted (the major rivers) and some are not (the named stubs). The named stubs can be eliminated by virtue of the fact that there are very few of them (normally one record per name) and those with low counts can be eliminated.
8. Open the NHDFlowline attribute table. Some records are selected (the remaining candidate list) and some are not (all other flowlines making up “minor rivers”). Summarize the number of records under the field GNIS_Name and write this out as Sum_Output.dbf which you then add to ArcMap.
9. Now the goal is to find the names of the major rivers. These will be rivers with a record count greater than 1. The extraneous non-named stubs have already been eliminated, which helps reduce the load. The next steps will select only records with significant counts, that is, the major rivers. This will allow deselecting the remaining NHDFlowlines and in the process eliminate the named stubs.
10. It is necessary to relate Sum_Output (key GNIS_Name) with NHDFlowline (key GNIS_Name) to make it possible to use the GNIS_NAME’s to select the major rivers in NHDFlowline.
11. Open the Sum_Output table. Note the field Count_GNIS_Name which will be used to count records. This will eliminate named stubs, leaving just the major rivers selected. Create a New Selection, Cnt_GNIS_N > 1. Leave the table open. Note major rivers are selected.Invoke the relationship to select the major rivers. In ArcMap all “major rivers” have been selected, even rivers through lakes.
Note: This workflow excludes the American River, so it has been manually added into the dataset. |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/fea1bd34-49b6-4ade-91d2-bb97d7767928/download/nhd_major_rivers_and_creeks.gdb.zip |
|
0 |
The NHDFlowline feature class of the NHD now has an attribute field name VisibilityFilter which allows for filtering of these vector data features at eight approximate scales.This is a convenient way to "thin" the density of the flowline features for cartography and for analysis. For more information and instructions on using this filter in Esri's ArcGIS, please visit the USGS website at the above link. |
https://www.usgs.gov/core-science-systems/ngp/national-hydrography/visibilityfilter |
|
8 |
This is a spreadsheet used to record the datasets used for reference in the updating of the California portion of the NHD. The NHD Stewardship Program is constantly seeking new sources of local knowledge to help improve this data. To contribute to this effort, please contact the lead steward at nhd_stewardship@water.ca.gov |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/76125ef4-2ab8-4c6f-adee-1a393bc76ca9/download/ca_nhd_referencedatatracker_20210112.csv |
|
0 |
This is the USGS website with information about the new 3D Hydrography Program (3DHP) that will replace the National Hydrography Dataset, the Watershed Boundary Dataset, and NHDPlus High Resolution. |
https://www.usgs.gov/national-hydrography/3d-national-topography-model-call-action-part-1-3d-hydrography-program |
|
33 |
Slides from the presentation at the Esri Pacific User Conference, Sacramento, November 16, 2022 |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/cc31afd1-57b7-47f8-87f8-c29eb5348807/download/hydrographydatastewardship_esripacuc_20221116.pdf |
|
57 |
This zipped file geodatabase contains two feature classes for use in a GIS. California Data Exchange Center (CDEC) is managed by the Department of Water Resources. CDEC provides users access to hydrologic and climate information used to support real-time flood management and water supply needs in California. CDEC flow gaging station locations (points) were added to the NHDPoint feature class of the National Hydrography Dataset by the California NHD stewardship team. One of the feature classes in this file geodatabase is a derivative of the NHDPoint feature class, containing only the CDEC flow gaging station points with attributes from CDEC included. The other feature class represents the station points snapped to NHDFlowlines to aid in flow analysis. |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/beee8a48-5120-4136-a8da-de2c06a87f32/download/cdec_flow_gaging_stations_nhd_02142024.gdb.zip |
|
3 |
USGS National Map publishes 44 services including overlays of the National Hydrography Dataset, NHDPlus High Resolution (NHDPlus HR), the Watershed Boundary Dataset, and a USGS 3D Hydrography Program (3DHP) map service. |
https://apps.nationalmap.gov/services/ |
|
0 |
The implementation of 3D National Hydrography Program (3DHP) marks the start of a new era of water data - the first systematic remapping of the Nation’s hydrography since the original USGS 1:24,000-scale topographic mapping program was active. Community-wide coordinated investments will contribute toward a consistent set of national water data to answer the most demanding water resource questions. |
https://www.usgs.gov/3d-hydrography-program |
|
33 |
This document describes the rules that our editors of California's portion of the NHD should follow. These rules were written for editing work for the 1:24,000 scale NHD. The authors are Erik Fintel of the California State University, Chico Center for Geographical Studies, and Joel Osuna-Williams of the California State University, Northridge Center for Geospatial Science and Technology. Please direct questions to the lead steward for the California NHD at Jane.Schafer-Kramer@water.ca.gov |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/e3191970-cc32-4c0f-8da5-7514487087c3/download/nhdupdate_mappingbusinessrules_20210319.pdf |
|
57 |
Major lakes and reservoirs in California selected from the NHD in a zipped shapefile format. Developed for use as a cartographic aid at smaller scales. The features for this dataset were selected from the National Hydrography Dataset (NHD) based on size, not on importance to any particular agency. Resource last updated 1/30/2024.
Shapefiles include a .csv with the Ftype code descriptors. These descriptors can be joined to the shapefile via a join on the code field.
Services for this layer may be found at:
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Lakes_and_Reservoirs/FeatureServer
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Lakes_and_Reservoirs/MapServer
Data were originally developed and supplied by USGS, and last updated on February 20, 2020. Data was downloaded from USGS National Map Staged Products Directory (http://prd-tnm.s3-website-us-west-2.amazonaws.com/?prefix=StagedProducts/Hydrography/NHD/State/HighResolution/GDB/http://prd-tnm.s3-website-us-west-2.amazonaws.com/?prefix=StagedProducts/Hydrography/NHD/State/HighResolution/GDB/) on March 3rd, 2022.
In order to display only major lakes and reservoirs, the following definition query was applied to the NHDWaterbody feature class.
(FType = 390 And AreaSqKm > 5) Or (FType = 436 And AreaSqKm > 5 And Permanent_Identifier <> 'fa567cba-b37b-48b7-99d8-bd72a110fdbe' And Permanent_Identifier <> 'c5cae0f8-7d44-4149-b7ef-1b5197adc5a0' And Permanent_Identifier <> '120012522') Or GNIS_Name = 'Elderberry Forebay' Or GNIS_Name = 'Castaic Lagoon' Or Permanent_Identifier = '27088117' Or Permanent_Identifier = '27822760' Or GNIS_Name = 'Thermalito Diversion Pool' Or GNIS_Name = 'Los Banos Reservoir' Or GNIS_Name = 'Thermalito Forebay' Or GNIS_Name = 'Lake Piru' Or GNIS_Name = 'Pyramid Lake' Or GNIS_Name = 'Lake Natoma' |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/ec84510b-2cd3-41c1-9f3e-849209582a72/download/nhd_major_lakes_and_reservoirs.zip |
|
57 |
Major lakes and reservoirs in California selected from the NHD in a zipped shapefile format. Developed for use as a cartographic aid at smaller scales. The features for this dataset were selected from the National Hydrography Dataset (NHD) based primarily on size. Resource last updated 1/30/2024.
Services for this layer may be found at:
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Lakes_and_Reservoirs/FeatureServer
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Lakes_and_Reservoirs/MapServer
Data were originally developed and supplied by USGS, and last updated on February 20, 2020. Data was downloaded from USGS National Map Staged Products Directory (http://prd-tnm.s3-website-us-west-2.amazonaws.com/?prefix=StagedProducts/Hydrography/NHD/State/HighResolution/GDB/http://prd-tnm.s3-website-us-west-2.amazonaws.com/?prefix=StagedProducts/Hydrography/NHD/State/HighResolution/GDB/) on March 3rd, 2022.
In order to display only major lakes and reservoirs, the following definition query was applied to the NHDWaterbody feature class.
(FType = 390 And AreaSqKm > 5) Or (FType = 436 And AreaSqKm > 5 And Permanent_Identifier <> 'fa567cba-b37b-48b7-99d8-bd72a110fdbe' And Permanent_Identifier <> 'c5cae0f8-7d44-4149-b7ef-1b5197adc5a0' And Permanent_Identifier <> '120012522') Or GNIS_Name = 'Elderberry Forebay' Or GNIS_Name = 'Castaic Lagoon' Or Permanent_Identifier = '27088117' Or Permanent_Identifier = '27822760' Or GNIS_Name = 'Thermalito Diversion Pool' Or GNIS_Name = 'Los Banos Reservoir' Or GNIS_Name = 'Thermalito Forebay' Or GNIS_Name = 'Lake Piru' Or GNIS_Name = 'Pyramid Lake' Or GNIS_Name = 'Lake Natoma' |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/3e992c7a-9323-406a-8c06-9e7139eb7ae2/download/nhd_major_lakes_and_reservoirs.gdb.zip |
|
57 |
Major lakes and reservoirs in California selected from the NHD in a geopackage format. Developed for use as a cartographic aid at smaller scales. The features for this dataset were selected from the National Hydrography Dataset (NHD) based on size, not on importance to any particular agency. Resource last updated 1/30/2024.
Services for this layer may be found at:
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Lakes_and_Reservoirs/FeatureServer
https://gis.water.ca.gov/arcgis/rest/services/InlandWaters/NHD_Major_Lakes_and_Reservoirs/MapServer
Data were originally developed and supplied by USGS, and last updated on February 20, 2020. Data was downloaded from USGS National Map Staged Products Directory (http://prd-tnm.s3-website-us-west-2.amazonaws.com/?prefix=StagedProducts/Hydrography/NHD/State/HighResolution/GDB/http://prd-tnm.s3-website-us-west-2.amazonaws.com/?prefix=StagedProducts/Hydrography/NHD/State/HighResolution/GDB/) on March 3rd, 2022.
In order to display only major lakes and reservoirs, the following definition query was applied to the NHDWaterbody feature class.
(FType = 390 And AreaSqKm > 5) Or (FType = 436 And AreaSqKm > 5 And Permanent_Identifier <> 'fa567cba-b37b-48b7-99d8-bd72a110fdbe' And Permanent_Identifier <> 'c5cae0f8-7d44-4149-b7ef-1b5197adc5a0' And Permanent_Identifier <> '120012522') Or GNIS_Name = 'Elderberry Forebay' Or GNIS_Name = 'Castaic Lagoon' Or Permanent_Identifier = '27088117' Or Permanent_Identifier = '27822760' Or GNIS_Name = 'Thermalito Diversion Pool' Or GNIS_Name = 'Los Banos Reservoir' Or GNIS_Name = 'Thermalito Forebay' Or GNIS_Name = 'Lake Piru' Or GNIS_Name = 'Pyramid Lake' Or GNIS_Name = 'Lake Natoma' |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/4d10d2c5-a240-4051-a56d-8ae0bbd176a6/download/nhd_major_lakes_and_reservoirs.gpkg |
|
33 |
Presentation slides explaining the status of California Department of Water Resources' efforts at creating hydrography data that will be compliant with US Geological Survey standards for the 3D Hydrography Program. This was presented by Joel Osuna-Williams and Erik Fintel at the 2023 Esri User Conference. This was created in PowerPoint and converted to an annotated pdf. |
https://data.cnra.ca.gov/dataset/511528b2-f7d3-4d86-8902-cc9befeeeed5/resource/d26af43b-74be-4274-aeee-60b47a81725f/download/esriuc2023_edhchallengesandsolutions_063023.pdf |