-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't read crs from simple flatgeobuf written with GDF #91
Comments
Thanks for making an issue! I will look into it. |
Can you post the versions used? I can't reproduce it. To be fair, there's the bug (maybe related) that the crs of a geometry is not set on the DataFrame. This is what I get from "crs" => WellKnownText{CRS}(CRS(), "LOCAL_CS[\"Undefined SRS\",LOCAL_DATUM[\"unknown\",32767],UNIT[\"unknown\",0],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH]]")` You can set the crs with GeoDataFrames.write(outfile, df; crs=GFT.EPSG(4326)) |
|
@evetion a couple of clarifying questions:
|
I didn't reproduce at first, because in the unreleased master, we set a default local CRS instead of nothing (v0.3.10...master#diff-db104fa7ac6c3097a327fc13a1076a2f1dd30a49057cae4caebe58563a97030eR175). Also, you don't need asinghvi17s patched fork anymore, ArchGDAL 0.10.5 is out. |
@evetion, thanks for all your help with this. |
produces this error
other file types DO NOT have this issue:
The text was updated successfully, but these errors were encountered: