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

save spatial output to GeoPKG, SQLite, CSV #99

Open
dylanbeaudette opened this issue May 15, 2019 · 1 comment
Open

save spatial output to GeoPKG, SQLite, CSV #99

dylanbeaudette opened this issue May 15, 2019 · 1 comment

Comments

@dylanbeaudette
Copy link
Member

dylanbeaudette commented May 15, 2019

There is no reason to store data as SHP + CSV any longer. CSV output is helpful for inspection outside of R / GIS, however, it is difficult to actually use in ESRI tools.

GeoPKG works well for storing spatial data:

  • sample locations
  • polygons with QA/QC metrics already attached

Also, we would not be limited to 10 characters in field names. Be sure to remove reserved characters like "." from field names.

Notes here.

@brownag
Copy link
Member

brownag commented May 16, 2019

No reason except for the fact that they are very commonly used formats still.

I like GeoPKG... but I am not really convinced we can make them work with ESRI tools consistently. Has there been some improvements on this I am not aware of?

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

No branches or pull requests

2 participants