From 49b4fc50d21a64ed0dd9a49fd5d9861e6e4fe227 Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Wed, 15 Jun 2022 15:40:37 -0500 Subject: [PATCH 1/2] add SVI to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05d92b96..9b2b13a1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Currently the repository has the following subpackages: - `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/) - `metrics`: Variety of methods used to compute common evaluation metrics - `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) +- `svi_client`: Provides programmatic accessing the Center for Disease Control's (CDC) [Social Vulnerability Index (SVI)](https://www.atsdr.cdc.gov/placeandhealth/svi/index.html) + - `_restclient`: A generic REST client with built in cache that make the construction and retrieval of GET requests painless - `caches`: Provides a variety of object caching utilities From 135fc65a40b925606563021a9aece329c2ba7cdc Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Thu, 16 Jun 2022 19:19:17 -0500 Subject: [PATCH 2/2] resolve grammar issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b2b13a1..665821ea 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Currently the repository has the following subpackages: - `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/) - `metrics`: Variety of methods used to compute common evaluation metrics - `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) -- `svi_client`: Provides programmatic accessing the Center for Disease Control's (CDC) [Social Vulnerability Index (SVI)](https://www.atsdr.cdc.gov/placeandhealth/svi/index.html) +- `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) - `_restclient`: A generic REST client with built in cache that make the construction and retrieval of GET requests painless - `caches`: Provides a variety of object caching utilities