datameet-pune / datameet-pune.github.io

Common repo and documentation space for DataMeet Pune chapter
https://sites.google.com/view/datameetpune/home
GNU General Public License v3.0
16 stars 20 forks source link

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

Open answerquest opened 5 years ago

answerquest commented 5 years ago

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.