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

Add shapefile reader #823

Merged
merged 6 commits into from
Oct 9, 2024
Merged

Add shapefile reader #823

merged 6 commits into from
Oct 9, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Oct 9, 2024

Change list

  • Add read_shapefile function to Rust
  • Add bare-bones read_shapefile function to Python, which currently makes you supply paths for both the SHP and DBF paths.
  • Add Date32 variant to AnyBuilder.
  • Remove geozero feature flag (always include the base geozero dependency)

Todo:

  • Read CRS from PRJ file
  • Read encoding from CPG file
  • Shapefile reader options like coord type, batch size
  • Performance dive into why we're 2x slower than gdal 🥲

Looks pretty good!!

image

@kylebarron kylebarron merged commit b2312e4 into main Oct 9, 2024
22 checks passed
@kylebarron kylebarron deleted the kyle/shapefile-reader branch October 9, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant