From 29e9556bbbc52f1bbdec40f18e44df3e9aee7e91 Mon Sep 17 00:00:00 2001 From: Kelly M Whitehead Date: Tue, 30 Apr 2024 23:54:40 +0000 Subject: [PATCH] stream gage explorer --- .../page/software-help/context/index.mdx | 2 +- .../context/stream-gage-explorer.mdx | 33 +++++++++++++++++++ .../context/stream-gage-tool.mdx | 9 ----- .../page/software-help/project-tree.mdx | 2 +- docs/gatsby-config.ts | 2 +- 5 files changed, 36 insertions(+), 12 deletions(-) create mode 100644 docs/content/page/software-help/context/stream-gage-explorer.mdx delete mode 100644 docs/content/page/software-help/context/stream-gage-tool.mdx diff --git a/docs/content/page/software-help/context/index.mdx b/docs/content/page/software-help/context/index.mdx index 4da57dee..4b235950 100644 --- a/docs/content/page/software-help/context/index.mdx +++ b/docs/content/page/software-help/context/index.mdx @@ -7,4 +7,4 @@ banner: true - [Vector Layers](/software-help/context/vector-layers) - [Raster Layers](/software-help/context/raster-layers) - [Watershed Catchments](/software-help/context/watershed-catchments) -- [Stream Gages](/software-help/context/stream-gage-tool) \ No newline at end of file +- [Stream Gages](/software-help/context/stream-gage-explorer) \ No newline at end of file diff --git a/docs/content/page/software-help/context/stream-gage-explorer.mdx b/docs/content/page/software-help/context/stream-gage-explorer.mdx new file mode 100644 index 00000000..0fa1b955 --- /dev/null +++ b/docs/content/page/software-help/context/stream-gage-explorer.mdx @@ -0,0 +1,33 @@ +--- +title: Stream Gage Explorer +banner: true +description: Add USGS stream gage data to your QRiS Project +--- + +The Stream Gage Explorer allows you to add stream gage data to your QRiS project. Stream gage data is provided by the USGS and is available for download from the USGS National Water Information System (NWIS) website. + +## Accessing the Stream Gage Explorer + +The Stream Gage Explorer is accessed from the Context Node in the Project Tree. To access the Stream Gage Explorer, expand the Context Node in the Project Tree and right-click on the Stream Gages node, then select `Explore Stream Gages`. + +## Downloading Stream Gage Data + +1. First zoom in to the area of interest in the map view. This sets the extent of the stream gage sites that will be downloaded. + +2. Click the `Download Stream Gages` button. This will download the stream gage data from the USGS NWIS website and add the stream gage sites to the map. + +3. From the list of stream gage sites, select the stream gage site that you would like to add to the project. The map will zoom to and select the stream gage site from the Stream Gages layer. + +4. Set the start and end dates for the stream gage data that you would like to download. + +5. Click the `Download Discharge` button to download the stream gage data for the selected site and date range. The discharge data will display in the graphical tab. + +The data is automatically saved to the project file. To view previously downloaded stream gage data, simply click on the stream gage from the list of stream gage sites. + +## Exporting Stream Gage Data + +To export the stream gage data to a CSV file for an individual stream gage, make sure it is selected in the list of stream gage sites, then click the `Export' button. Select the location where you would like to save the CSV file and click `Save`. + +## Stream Gage Metadata + +To view the metadata for a stream gage, select the stream gage from the list of stream gage sites. The metadata will display in the metadata tab. \ No newline at end of file diff --git a/docs/content/page/software-help/context/stream-gage-tool.mdx b/docs/content/page/software-help/context/stream-gage-tool.mdx deleted file mode 100644 index 679ceef7..00000000 --- a/docs/content/page/software-help/context/stream-gage-tool.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Stream Gage Tool -banner: true -description: Add stream gage data to your QRiS Project ---- - -*This tool is not yet implemented* - -The Stream Gage Tool allows you to add stream gage data to your QRiS project. Stream gage data is provided by the USGS and is available for download from the USGS National Water Information System (NWIS) website. \ No newline at end of file diff --git a/docs/content/page/software-help/project-tree.mdx b/docs/content/page/software-help/project-tree.mdx index 1d13515f..4a89f23f 100644 --- a/docs/content/page/software-help/project-tree.mdx +++ b/docs/content/page/software-help/project-tree.mdx @@ -33,7 +33,7 @@ The name of the project is the top level of the project tree. The project node c The Inputs Node organizes all of the input and contextual data for the QRiS Project. This is includes data that considered as raw, site-level or other contextual layers, including [Surfaces](/software-help/surfaces/), [Areas of Interest Polygons (AOIs)](/software-help/aoi/), [Sample Frames](/software-help/sample-frames/), [Profiles](/software-help/profiles/), and [Cross Sections](/software-help/cross-sections/). Each of these child nodes contain specialized tools for creating, importing and managing their respective layers (refer to the specific documentation data type for more information). -The [Context Node](/software-help/context/) is a special container within the Inputs Node that is used to store user imported vector and raster layers. This node also contains the [Watershed Catchment](/software-help/context/watershed-catchments/) and [Stream Gage](/software-help/context/stream-gage-tool/) tools. +The [Context Node](/software-help/context/) is a special container within the Inputs Node that is used to store user imported vector and raster layers. This node also contains the [Watershed Catchment](/software-help/context/watershed-catchments/) and [Stream Gage](/software-help/context/stream-gage-explorer/) tools. ### Data Capture Events diff --git a/docs/gatsby-config.ts b/docs/gatsby-config.ts index 2363b0b9..089b9576 100644 --- a/docs/gatsby-config.ts +++ b/docs/gatsby-config.ts @@ -114,7 +114,7 @@ module.exports = { items: [ { title: 'Stream Gage Tool', - url: '/software-help/stream-gage-tool', + url: '/software-help/stream-gage-explorer', }, { title: 'Watershed Catchments',