Skip to content

Commit

Permalink
DOC: Add async_retriever to the hyriver table
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Jul 31, 2021
1 parent cbabbac commit aa58e3f
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -102,10 +108,11 @@ is designed to aid in watershed analysis through web services. This package prov
utilities for manipulating (Geo)JSON and (Geo)TIFF responses from web services.
These utilities are:

- ``json2geodf``: For converting (Geo)JSON objects to GroPandas dataframe.
- ``arcgis2geojson``: For converting ESRIGeoJSON objects to standard GeoJSON format.
- ``gtiff2xarray``: For converting (Geo)TIFF objects to `xarray <https://xarray.pydata.org/>`__
- ``json2geodf``: For converting (Geo)JSON objects to GeoPandas dataframe.
- ``arcgis2geojson``: For converting ESRIGeoJSON to the standard GeoJSON format.
- ``gtiff2xarray``: For converting (Geo)TIFF objects to `xarray <https://xarray.pydata.org/>`__.
datasets.
- ``xarray_geomask``: For masking a ``xarray.Dataset`` or ``xarray.DataArray`` using a polygon.

All these functions handle all necessary CRS transformations.

Expand Down

0 comments on commit aa58e3f

Please sign in to comment.