From b675332271aa1ffb749be5e4c3ba8fc279b5918a Mon Sep 17 00:00:00 2001 From: cheginit Date: Sun, 26 Jul 2020 23:24:16 -0500 Subject: [PATCH] add xarray_geomask --- README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 75f16e1..de58423 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,7 @@ and provides utilities for manipulating (Geo)JSON and GeoTIFF data: - ``arcgis2geojson``: For converting ESRIGeoJSON objects to standard GeoJSON format. - ``gtiff2xarray``: For converting (Geo)TIFF objects to `xarray `__ datasets. +- ``xarray_geomask``: For masking a ``xarray.Dataset`` or ``xarray.DataArray`` using a polygon. All these function handle all necessary CRS transformations. Moreover, requests for additional functionalities can be submitted via @@ -128,8 +129,6 @@ via WFS, then convert the outpus to ``GeoDataFrame`` and ``xarray.Dataset`` usin Contributing ------------ -Contirbutions are very welcomed. Please read -`CODE_OF_CONDUCT.rst `__ -and -`CONTRIBUTING.rst `__ -files for instructions. +Contributions are very welcomed. Please read +`CONTRIBUTING.rst `__ +file for instructions.