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 additional output encodings #8

Open
JBurkinshaw opened this issue Jul 26, 2021 · 1 comment
Open

Support additional output encodings #8

JBurkinshaw opened this issue Jul 26, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@JBurkinshaw
Copy link
Collaborator

The application currently supports HTML and JSON/GeoJSON output encodings for collection metadata and item data.

Add support for additional output encodings. This could potentially include GeoPackage, GML or flatgeobuf to name a few.

Careful consideration will need to be given if introducing dependencies like GDAL OGR. There is the potential to add complexity and inefficiencies to the application. There is some discussion of this in the readme.

@JBurkinshaw JBurkinshaw added the enhancement New feature or request label Jul 27, 2021
@jbants jbants added this to the EPIC milestone Aug 10, 2021
@JBurkinshaw
Copy link
Collaborator Author

JBurkinshaw commented Aug 11, 2021

Consider encoding output in a streamable format like ndjson or GeoJSON text sequences (example given in spec for OGC API - Features - Part 1 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants