Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Opening raster files in GdalUtility in their current CoordinateReferenceSystem #306

Open
marycarome opened this issue Aug 13, 2015 · 1 comment
Assignees

Comments

@marycarome
Copy link
Contributor

Opening a raster file in GdalUtility with open(File, CoordinateReferenceSystem) and passing in the dataset's current CoordinateReferenceSystem (i.e. the dataset just needs to be opened) returns a dataset slightly different from the one returned by a direct call to gdal.Open(File)

This could be due to small differences in the WKTs (well known text) of the Dataset's SpatialReference and of the SpatialReference associated with the CoordinateReferenceSystem.

@marycarome marycarome added the bug label Aug 13, 2015
@stevendlander stevendlander self-assigned this Sep 1, 2015
@stevendlander
Copy link
Contributor

Could be caused by slight differences in WKT strings. We need a better way of figuring out, from GDAL, if an SRS/CRS is "close enough" to another SRS/CRS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants