-
Notifications
You must be signed in to change notification settings - Fork 25
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
ShapefileStreamProviderRegistry does ProjectionStream get used? #29
Comments
Test file: When running the following:
which shows projection information Assistance will be appreciated. |
I am seeing something similar. If I use a |
@kjeremy Nope, I wasn't framework bound so ended up using python (fiona + geoalchemy).. |
Hi @mattfung, do you need more support on this issue? If so, provide further details, please. |
Hello, Thanks for open sourcing this library.
I've been trying to open a shapefile in memory via
ShapefileStreamProviderRegistry
. The shapefile has .prj file, but the resultantShapefileDataReader
does not seem to have the CRS info present in the projection file. In fact, the Geometry field of the ShapefileDataReader instance is null (opening the shapefile using filepath also created a datareader with null geometry as well).Browsing through the source code, I'm not able to find a place where
ProjectionStream
field of theStreamProviderRegistry
is used, I'm wondering if the projection stream is read when opening the file?Best,
The text was updated successfully, but these errors were encountered: