reproject
gis.geom.reproject(gs, crs, chunk=200000, 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 |
| chunk | int | The size of the chunks used during reprojecting. | 200000 |
| 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. |