Skip to content

Commit fb9190e

Browse files
authored
Merge pull request NOAA-OWP#199 from aaraney/update_readme
Add SVI to readme
2 parents a131010 + 135fc65 commit fb9190e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Currently the repository has the following subpackages:
2424
- `nwm_client`: Provides methods for retrieving National Water Model data from various sources including [Google Cloud Platform](https://console.cloud.google.com/marketplace/details/noaa-public/national-water-model) and [NOMADS](https://nomads.ncep.noaa.gov/pub/data/nccf/com/nwm/prod/)
2525
- `metrics`: Variety of methods used to compute common evaluation metrics
2626
- `nwis_client`: Provides easy to use methods for retrieving data from the [USGS NWIS Instantaneous Values (IV) Web Service](https://waterservices.usgs.gov/rest/IV-Service.html)
27+
- `svi_client`: Provides programmatic access to the Center for Disease Control's (CDC) [Social Vulnerability Index (SVI)](https://www.atsdr.cdc.gov/placeandhealth/svi/index.html)
28+
2729
- `_restclient`: A generic REST client with built in cache that make the construction and retrieval of GET requests painless
2830
- `caches`: Provides a variety of object caching utilities
2931

0 commit comments

Comments
 (0)