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 Spatial formats #2253

Open
jqnatividad opened this issue Oct 27, 2024 · 1 comment
Open

Support Spatial formats #2253

jqnatividad opened this issue Oct 27, 2024 · 1 comment
Labels
CKAN interoperability with CKAN Data Management System datapusher+ for Datapusher+ enhancement New feature or request. Once marked with this label, its in the backlog.

Comments

@jqnatividad
Copy link
Collaborator

jqnatividad commented Oct 27, 2024

Specifically, Shapefiles, GeoPackage and GeoJSON as they are popular formats in data portals.

Shapefile has an embedded DBase (yikes!) db and is a proprietary format from Esri. Use https://github.com/tmontaigu/shapefile-rs

GeoPackage is a true open format with a more modern embedded SQLite database. Use https://github.com/cjriley9/gpkg-rs

For GeoJSON, we'll leverage the existing json command, but with awareness of the GeoJSON spec.

@jqnatividad jqnatividad added enhancement New feature or request. Once marked with this label, its in the backlog. datapusher+ for Datapusher+ labels Oct 27, 2024
@gol-apo
Copy link

gol-apo commented Nov 20, 2024

You might also want to check out existing GIS-related tools https://github.com/JakobMiksch/geospatial-cli

@jqnatividad jqnatividad added the CKAN interoperability with CKAN Data Management System label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CKAN interoperability with CKAN Data Management System datapusher+ for Datapusher+ enhancement New feature or request. Once marked with this label, its in the backlog.
Projects
None yet
Development

No branches or pull requests

3 participants
@jqnatividad @gol-apo and others