geoq
geoq copied to clipboard
Django web application to collect geospatial features and manage feature collection among groups of users
GeoQ uses GeoConvert under the hood for performing certain GeoSpatial operations (See Issue #25). It might make sense to add geographiclib-tools to the installation instructions in the README.md: ``` %...
Add ability to designate a projection to be used by a Job's map. This will allow us to be more flexible in how we display the map
We have several fine-grained permissions (create projects / jobs / workcells) that are non-intuitive to administrate. Add some checkboxes on the User admin page to easily add some of these...
Similar to what was implemented on the geo event pages. We should discuss adding a lasted updated field with date and time to Projects. Jobs, and possibly workcells. This would...
Attempting to access a URL with an ID parameter, such as: /accounts/%FF/ /geoq/api/job/%FF /geoq/projects/%FF /maps/layers/update/%FF /maps/feature-types/update/%FF (etc) results in a 500 Server error: UnicodeDecodeError. This is true for unicode values...
We should check incoming layer data to ensure no XSS code is embedded
Federal Emergency Management Agency (FEMA) launched a new data visualization tool that enables users to see when and where disaster declarations have occurred across the country. As hurricane season kicks...
I would like to consider adding a "Sync" button to the workcell page that allows the users who are working different cells in GeoQ to manually update feature collection that...
Investigate integrating GeoQ with the Disconnected Interactive Content Explorer (DICE). DICE is an app for iOS, Android, and Windows that allows users to load interactive content generated in HTML, CSS,...
From http://www.shareable.net/blog/us-census-bureau-to-release-open-source-devkit-for-civic-hackers "On June 1, the U.S. Census Bureau will release City SDK , a Javascript-based devkit to allow civic hackers to tap into the vast data stores of the...