Reproject ds to toCrs (e.g. 'EPSG:4326'). Returns a NEW Dataset — value semantics — with a
new id, since reprojected pixels are a new value rather than an edit of the old one. Returns
ds unchanged when it is already in an equivalent CRS (no copy, no GDAL).
Rasters only: geojson/kml/kmz/shp are EPSG:4326 by spec, so the vector path has no consumer and
would mean running proj4 over every coordinate.
Reproject
dstotoCrs(e.g. 'EPSG:4326'). Returns a NEW Dataset — value semantics — with a new id, since reprojected pixels are a new value rather than an edit of the old one. Returnsdsunchanged when it is already in an equivalent CRS (no copy, no GDAL).Rasters only: geojson/kml/kmz/shp are EPSG:4326 by spec, so the vector path has no consumer and would mean running proj4 over every coordinate.