Re: [datameet] Reverse Geocoding

2022-10-04 Thread Nikhil VJ
Hi, In my Pmgsy habitations project i had implemented this in an api call, for the block boundaries data got from pmgsy. Openapi link: https://server.nikhilvj.co.in/pmgsy/docs#/geospatial/blockFromMap_API_blockFromMap__lat___lon__get Of course, the boundaries shared by Pmgsy aren't to be taken a

Re: [datameet] Rainfall data

2022-10-04 Thread Nikhil VJ
Hi Georgelio, I was able to extract the rainfall data just fine. Bit of programming is needed to get rid of junk data, and we need to work our way thru lot of files for multi-yr. Here is a repo with work done on it. https://github.com/answerquest/IMD-grid-data-work I made a viz of the data for a

Re: [datameet] Reverse Geocoding

2022-10-04 Thread Arun Ganesh
One quick option using a hosted service is the Mapbox tilequery API https://docs.mapbox.com/playground/tilequery/ which offers 100k free requests per month. Once you upload the data, you can use the tilequery endpoint as an API to request details of the vector feature at any coordinate. On Tue, Oc

[datameet] Rainfall data

2022-10-04 Thread georg...@gmail.com
Hello all, Gridded rainfall data for India in IMD is not working. I need rainfall data for Himachal from 2010 to 2022. Thanks -- Datameet is a community of Data Science enthusiasts in India. Know more about us by visiting http://datameet.org --- You received this message because you are subs

Re: [datameet] Reverse Geocoding

2022-10-04 Thread sreeram kandimalla
This exists from bhuvan at https://bhuvan-app1.nrsc.gov.in/api/ . Was mentioned in a recent OSM telegram conversation. Only works for Andhra Pradesh and Karnataka right now. On Tue, 4 Oct, 2022, 1:22 pm Deepak Sharda, wrote: > You can directly get it working from a postgres table. Use pincode la

Re: [datameet] Reverse Geocoding

2022-10-04 Thread Deepak Sharda
You can directly get it working from a postgres table. Use pincode layer available with datameet GitHub and run a query point in polygon. it will work So steps 1. get pincode layer 2. update in any postgres install postgis 3. run a query ST_intersects(polygon.geom , ST_SetSrid(ST_Make_point(lon