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

Expose spatial data to GeoServer #1

Open
kjlippold opened this issue Sep 27, 2019 · 0 comments
Open

Expose spatial data to GeoServer #1

kjlippold opened this issue Sep 27, 2019 · 0 comments

Comments

@kjlippold
Copy link
Collaborator

Instead of creating geojson responses with HydroServer, try exposing spatial data to GeoServer. I see two possible ways to do this.

The first would require setting up a PostgreSQL container and connecting it to the Django application. Using a foreign table wrapper around the ODM2 SQLite files, it might be possible to create Postgres views based on the SQLite data. Using PostGIS, you could map spatial data from ODM2 to a PostGIS view. From there, it would be possible to create a PostGIS data store on GeoServer and publish a layer. This type of mapping could also be used to produce REFTs data without maintaining a separate catalog on HydroServer.

The second method would be to explore using SpatiaLite to map the data from ODM2 to GeoServer.

Both of these methods would allow data to be mapped directly from the SQLite files in iRODS to GeoServer web services without any data duplication. This would have to be tested fairly extensively as I don’t know what the performance implications would be for these services.

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

1 participant