Replies: 1 comment
-
I think something like an It might be simpler to just use GDAL to set the CRS metadata on the rasters though. I haven't done this before, but this seems like a way to do it: https://gis.stackexchange.com/a/72452/181526. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Awesome tool, thanks for the hard work here!
Im dealing with some input rasters that do not have a defined coordinate system. The crs of these rasters is actually
EPSG:6527
, its just not part of the meta for each image. (verified missing crs using gdalinfo)Is there a way to pass the crs into the
RasterioSourceConfig
or somewhere else? My code loosely follow the tiny_spacenet example. Thanks in advance.Beta Was this translation helpful? Give feedback.
All reactions