geoq
geoq copied to clipboard
Django web application to collect geospatial features and manage feature collection among groups of users
News feed are streamed over the damaged areas. We need a way to record these feeds for playback to do damage assessments.
Ray suggested this. This could include the map renderer that was in use and which layers were displayed. The Feature model has a JSONField called “properties” that could be leveraged...
Add a metrics view
Add a visual of the map that is on the same page as the map creation page so that you can see the kind of map you will get when...
Create config script to cache and proxy images from a geojson feed. This is to further the offset load from the source of the images. This relates to #15. #####...
A capability at the job level to define data elements that are collected at the point level. For example -- If you are doing assessments, you might want have points...
- [ ] Pages should be able to export to geo-json gist formats: https://github.com/blog/1576-gist-meets-geojson - [ ] Layers should be able to point to a geojson gist to read and...
(Continuation of #26) The sample project is set up here: https://github.com/ngageoint/geoq/tree/develop/geoq/core/fixtures/sample_projects It is set up, but it needs some cells that are marked with damage assessments. I was hoping for...
Brainstorm a process to georectify the imported cap images. Right now the images are sometimes not in the right place. We need to fix. --- Orig: https://github.com/jackiekazil/geoq/issues/23