Skip to content

Commit fc33706

Browse files
authored
ENH: extract_points from a geospatial raster (#36)
* extract_points function * ENH: sample_points from a geospatial raster * streamline crs retrieval * consistence in user guide titles * do not use random points * extract instead of sample for consistency w stars * retain index if possible
1 parent af47de7 commit fc33706

5 files changed

Lines changed: 3444 additions & 1 deletion

File tree

doc/source/api.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Methods
5454
Dataset.xvec.query
5555
Dataset.xvec.to_geodataframe
5656
Dataset.xvec.to_geopandas
57+
Dataset.xvec.extract_points
5758

5859

5960
DataArray.xvec
@@ -87,4 +88,5 @@ Methods
8788
DataArray.xvec.set_crs
8889
DataArray.xvec.query
8990
DataArray.xvec.to_geodataframe
90-
DataArray.xvec.to_geopandas
91+
DataArray.xvec.to_geopandas
92+
DataArray.xvec.extract_points

0 commit comments

Comments
 (0)