GIS Conversion Tools¶
The stems.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 |
|
Coordinate Reference System |
|
Bounding Box (extent) |
|
Bounding Box (polygon) |
|
The conversion functions:
|
Convert input into an |
|
Convert a CRS representation to a |
|
Convert input to a |
|
Convert input a bounding box |