Skip to content
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

GeoFile Reader to support DBF files without geometry columns #347

Open
koettert opened this issue Jul 5, 2024 · 1 comment · May be fixed by #391
Open

GeoFile Reader to support DBF files without geometry columns #347

koettert opened this issue Jul 5, 2024 · 1 comment · May be fixed by #391
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@koettert
Copy link
Contributor

koettert commented Jul 5, 2024

It seems that Geopandas supports reading of DBF files however when executed the node throws the following exception if the file doesn't contain a geo column:
Execute failed: No coordinate reference system(CRS) found, neither onGeoDataFrame nor GeoSeries withname 'geometry'. Please specify a CRS.

File that was used for testing: https://github.com/infused/dbf/tree/master/spec/fixtures

@koettert koettert added the enhancement New feature or request label Jan 21, 2025
@koettert koettert added this to the Release 1.4 milestone Jan 21, 2025
@UrbanGISer UrbanGISer linked a pull request Feb 17, 2025 that will close this issue
@UrbanGISer
Copy link
Contributor

GeoFile Reader can read DBF files in the new node :https://github.com/infused/dbf/blob/main/spec/fixtures/cp1251.dbf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants