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

Build a mapped data explorer for DKAN portals like Telangana Open Data Portal #17

Open
answerquest opened this issue Oct 4, 2018 · 0 comments

Comments

@answerquest
Copy link
Collaborator

answerquest commented Oct 4, 2018

Build a map + table interface like this that enables the user to pull in data from different sources.

Example:
post: Telangana Temperature Data from 2013 to 2017
file/resource: Monthly maximum temperature
There, see data API tab

Sample API query:
https://www.data.telangana.gov.in/api/action/datastore/search.json?resource_id=cc9950ce-89aa-455b-847b-d87756db8f91&limit=5

A query for district=adilabad and limit=2:
https://www.data.telangana.gov.in/api/action/datastore/search.json?resource_id=cc9950ce-89aa-455b-847b-d87756db8f91&district=adilabad&limit=2
(suggestion: copy-paste the json output to codebeautify, see in tree viewer mode)

Wanted: One page where multiple such queries can be run, and the output is displayed on inter-linked map, and table for that dataset. Multiple datasets > multiple tables loaded, but all on same map.

  • Clicking on a row on the table will make map zoom to it.
  • Selecting something on map will highlight the corresponding row on table.
  • Multiple selections possible
  • Filtering data on table will filter it on the map
  • have a constrain to map view function to filter the tables to show only the data that is visible on map.
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