Frontend for visualizing and selecting stations, and downloading station data from a PyCDS / CRMP schema database.
To create a versioned release:
version
in package.json
NEWS.md
git add package.json NEWS.md
git commit -m"Bump to version x.x.x"
git tag -a -m"x.x.x" x.x.x
git push --follow-tags
Note: When a new release of this portal is deployed, also create a new release of the PDP and deploy it. This will cause the updated documentation for this portal to be included in the PDP documentation. For more details, see User documentation.