Skip to content

Commit

Permalink
Merge pull request #59 from fernando-aristizabal/stnfloodevent_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Jul 28, 2023
2 parents 6c63c55 + 6808ec1 commit 8969ec9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,21 @@
History
=======

0.15.1 (2023-07-27)
-------------------
Contributor: [Fernando Aristizabal](https://github.com/fernando-aristizabal)

From release 0.15 onward, all minor versions of HyRiver packages
will be pinned. This ensures that previous minor versions of HyRiver
packages cannot be installed with later minor releases. For example,
if you have ``pygeoogc==0.14.x`` installed, you cannot install
``pygeoogc==0.15.x`` series. This is to ensure that the API is
consistent across all minor versions.

New Features
~~~~~~~~~~~~
- Added RESTfulURLs for STN Flood Event Data Retriever.

0.15.0 (2023-05-07)
-------------------
From release 0.15 onward, all minor versions of HyRiver packages
Expand Down
2 changes: 2 additions & 0 deletions pygeoogc/pygeoogc.py
Expand Up @@ -796,6 +796,8 @@ class RESTfulURLs(NamedTuple):
"https://index.nationalmap.gov/arcgis/rest/services/3DEPElevationIndex/MapServer"
)
geoconnex: str = "https://reference.geoconnex.us"
stnflood: str = "https://stn.wim.usgs.gov/STNServices/"
stnflood_dd: str = "https://stn.wim.usgs.gov/STNWeb/datadictionary/"


class WFSURLs(NamedTuple):
Expand Down

0 comments on commit 8969ec9

Please sign in to comment.