Open frafra opened 1 year ago
Thank you for the feature request @frafra! We don't currently have enabling this feature on our roadmap, but I would love to hear more about your use case to see where this might fit in. What are you currently using spatial data for in your work?
Hi @magorlick and thanks for your interest. We would like to use rill for handling data from https://metro.strava.com/: they deliver a zip file containing a shapefile and a CSV file, which need to be joined together to carry any kind of analysis. Showing a preview of such geometry using OpenStreetMap tiles or some aerial imagery would help greatly. Such kind of analysis is currently done using Postgres/PostGIS + QGIS.
We also handle NetCDF files and other spatial sources as well.
Is your feature request related to a problem? Please describe. I am not able to handle or import spatial data.
Describe the solution you'd like Being able to install and enable the spatial extension, use
st_read
over a spatial file to import it, see geometries instead of binary blobs.Describe alternatives you've considered
Additional context https://duckdb.org/2023/04/28/spatial