reproject

gis.geom.reproject(gs, crs, out_dir=None)

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

Type Description
GeomSource Output object. A lazy reading of the just creating geometry file.
Back to top