Skip to content
Discussion options

You must be logged in to vote

Not sure I follow what you are trying to do here.

Are the parcel data only available as DWG format, or are they also available in a more GIS-friendly format that definitely includes the correct CRS of parcel data? I haven't ever worked with DWG files, but it looks like maybe they don't have good support for CRS when read using GDAL: docs, which is what you are ultimately using via read_file in GeoPandas. To get around that, you'll need to set the CRS after reading the parcel data; do you know for certain that 3857 is the correct CRS of those source data? (it would be an odd choice for authoritative data like parcels)

Among other things, I'd suggest translating the DWG file into a more GIS…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by momolomo-jpg
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants