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

Design interaction between GIS datasets and GeoServer #53

Open
selimnairb opened this issue Feb 29, 2016 · 3 comments
Open

Design interaction between GIS datasets and GeoServer #53

selimnairb opened this issue Feb 29, 2016 · 3 comments

Comments

@selimnairb
Copy link
Contributor

This deals with dataflow between our models, GIS datasets, and GeoServer

@selimnairb
Copy link
Contributor Author

This includes designing GI Database data model and REST API to support this.

@selimnairb
Copy link
Contributor Author

We can store vector and raster data in PostGIS via Django, then give GeoServer access to the data stored in PostGIS. The ingest can be handled on the Django side (e.g. through the admin console for now). Then we can, for now, manually update GeoServer to expose the data as layers for visualization. Eventually we can use GeoServer's REST API to automate this, which will be required when allowing users to provide their own data. However, until we add user accounts and permissions to the system, we don't have a good way to manage user-contributed data, so we will simplify and leave this out for now.

Raster support for Django

django-raster for reading and writing raster. Another option for querying raster data from PostGIS via Django by hand.

@selimnairb
Copy link
Contributor Author

Need to add to bird view editor a way to generate and import geospatial (i.e. raster) data output from previous scenario runs. The use case here is if you are doing iterative design, you might want to see an output from a previous scenario (i.e. number of days saturated) when developing a new version of a previous scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants