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

Support DuckDB spatial and shapefile uploads #715

Merged
merged 5 commits into from
Sep 26, 2024
Merged

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Sep 25, 2024

Adds support for loading DuckDB spatial columns and allows uploading shapefiles.

  • Check that uploaded zipfile actually contains shapefile data
  • Support other geometry file types

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

Attention: Patch coverage is 9.52381% with 38 lines in your changes missing coverage. Please review.

Project coverage is 55.81%. Comparing base (b777a29) to head (5bae144).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
lumen/ai/controls.py 0.00% 30 Missing ⚠️
lumen/sources/duckdb.py 50.00% 4 Missing ⚠️
lumen/ai/agents.py 0.00% 2 Missing ⚠️
lumen/ai/assistant.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #715      +/-   ##
==========================================
- Coverage   55.94%   55.81%   -0.14%     
==========================================
  Files          98       98              
  Lines       11845    11879      +34     
==========================================
+ Hits         6627     6630       +3     
- Misses       5218     5249      +31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr merged commit f69fdb9 into main Sep 26, 2024
10 checks passed
@philippjfr philippjfr deleted the spatial_support branch September 26, 2024 09:47
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