Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (26 loc) · 1.27 KB

gis_convert.rst

File metadata and controls

34 lines (26 loc) · 1.27 KB

GIS Conversion Tools

stems.gis.convert

The :pystems.gis.convert module contains dispatch functions to convert representations of fundamental GIS data (projections, transforms, bounding boxes, and polygons) to the standard types used internally to this package.

These "standard types" for GIS data variables are the following:

GIS Object Type
Affine transform :pyaffine.Affine
Coordinate Reference System :pyrasterio.crs.CRS
Bounding Box (extent) :pyrasterio.coords.BoundingBox
Bounding Box (polygon) :pyshapely.geometry.Polygon

The conversion functions:

to_transform to_crs to_bounds to_bbox