-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] GeoTIFFDataset returns CRSError: Invalid projection: : (Internal Proj Error: proj_create: unrecognized format / unknown name) #4756
Comments
This seems like an issue potentially unique to your data? It will be hard to debug without an example. Can you provide a small, non-sensitive test image that reproduces your issue? At the very least, please paste the whole stack trace as it seems to be chopped off in the middle. As it stands, it seems like |
I've no issue opening with rasterio |
Thank you. I am not able to reproduce with your example however.
My package versions (fresh environment pip install just now)
|
OK the issue is there are also png files in that folder |
Got it yeah that won't work, it doesn't check file extension before trying to open the file. |
I feel it would be good to at least raise a warning if a non tif is opened |
Ok would you like to submit a PR proposal? One idea that is idiomatic with other |
Sounds excellent, happy to take on but no promises on timeframe |
Describe the problem
Geotiffs are in
EPSG:32648
and this raises an errorCode to reproduce issue
System information
python --version
): Python 3.10.10fiftyone --version
): FiftyOne v0.22.1Other info/logs
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
from the FiftyOne community
The text was updated successfully, but these errors were encountered: