From 269b27cb2b6c9e1e08b5eb03437ce1a59fdd7fd8 Mon Sep 17 00:00:00 2001 From: cheginit Date: Sat, 31 Jul 2021 00:26:05 -0500 Subject: [PATCH] DOC: Add async_retriever to the hyriver table --- README.rst | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 6482e82..7dc316d 100644 --- a/README.rst +++ b/README.rst @@ -33,18 +33,24 @@ :target: https://github.com/cheginit/pydaymet/actions/workflows/test.yml :alt: Github Actions -=========== ==================================================================== ============ -Package Description Status -=========== ==================================================================== ============ -PyNHD_ Navigate and subset NHDPlus (MR and HR) using web services |pynhd| -Py3DEP_ Access topographic data through National Map's 3DEP web service |py3dep| -PyGeoHydro_ Access NWIS, NID, HCDN 2009, NLCD, and SSEBop databases |pygeohydro| -PyDaymet_ Access Daymet for daily climate data both single pixel and gridded |pydaymet| -PyGeoOGC_ Send queries to any ArcGIS RESTful-, WMS-, and WFS-based services |pygeoogc| -PyGeoUtils_ Convert responses from PyGeoOGC's supported web services to datasets |pygeoutils| -=========== ==================================================================== ============ +.. |async| image:: https://github.com/cheginit/async_retriever/actions/workflows/test.yml/badge.svg + :target: https://github.com/cheginit/async_retriever/actions/workflows/test.yml + :alt: Github Actions + +=============== ==================================================================== ============ +Package Description Status +=============== ==================================================================== ============ +PyNHD_ Navigate and subset NHDPlus (MR and HR) using web services |pynhd| +Py3DEP_ Access topographic data through National Map's 3DEP web service |py3dep| +PyGeoHydro_ Access NWIS, NID, HCDN 2009, NLCD, and SSEBop databases |pygeohydro| +PyDaymet_ Access Daymet for daily climate data both single pixel and gridded |pydaymet| +AsyncRetriever_ High-level API for asynchronous requests with persistent caching |async| +PyGeoOGC_ Send queries to any ArcGIS RESTful-, WMS-, and WFS-based services |pygeoogc| +PyGeoUtils_ Convert responses from PyGeoOGC's supported web services to datasets |pygeoutils| +=============== ==================================================================== ============ .. _PyGeoHydro: https://github.com/cheginit/pygeohydro +.. _AsyncRetriever: https://github.com/cheginit/async_retriever .. _PyGeoOGC: https://github.com/cheginit/pygeoogc .. _PyGeoUtils: https://github.com/cheginit/pygeoutils .. _PyNHD: https://github.com/cheginit/pynhd