reproject
=None) gis.geom.reproject(gs, crs, out_dir
Reproject a geometry layer.
Parameters
Name | Type | Description | Default |
---|---|---|---|
gs | GeomSource |
Input object. | required |
crs | str | Coodinates reference system (projection). An accepted format is: EPSG:3857 . |
required |
out_dir | Path | str | Output directory. If not defined, if will be inferred from the input object. | None |
Returns
Name | Type | Description |
---|---|---|
GeomSource |
Output object. A lazy reading of the just creating geometry file. |