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, Oct 4, 2022 at 5:55 AM sreeram kandimalla <
kandimalla.sree...@gmail.com> wrote:

> 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, <deepsha...@gmail.com> wrote:
>
>> 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(long,lat),4326)
>>
>> 3. use any language python , javascript to make a connection
>>
>>
>>
>> On Tue, 4 Oct, 2022, 12:07 pm Dammalapati Sai Krishna, <
>> saikrishnadammalap...@gmail.com> wrote:
>>
>>> Hey Shivangi,
>>>
>>> I was thinking on creating an API for this. Let me know if you would be
>>> interested to work together on this! Or share if you get to know this
>>> service already exists :)
>>>
>>> Regards,
>>> Sai
>>>
>>> Sent from my iPhone
>>>
>>> On 04-Oct-2022, at 11:47 AM, Shivangi Desai <shivangi.de...@gmail.com>
>>> wrote:
>>>
>>> 
>>> Hey All,
>>>
>>> Wanted to check with you all what is the general consensus on doing
>>> Reverse Geocoding (for points in mostly rural parts of India)?
>>>
>>> Should we create a self hosted geo server (which exposes REST API) to do
>>> this? or
>>> Is it better to use any already available and reliable online REST API
>>> service?
>>>
>>> We would need boundary hierarchy to be returned, i.e. State, District,
>>> Block, Village/City etc.
>>>
>>> Any recommendations?
>>>
>>> Thanks & Regards,
>>> Shivangi
>>>
>>> --
>>> 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 subscribed to the Google
>>> Groups "datameet" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to datameet+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/datameet/CAB%3DRKFvq9_tNkArdNQqjuf9BKihCY_ub4bBHws0P6jYXJH0JzA%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/datameet/CAB%3DRKFvq9_tNkArdNQqjuf9BKihCY_ub4bBHws0P6jYXJH0JzA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>> --
>>> 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 subscribed to the Google
>>> Groups "datameet" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to datameet+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/datameet/5F3D41F8-12FF-4A13-92DF-85BFBBAB691F%40gmail.com
>>> <https://groups.google.com/d/msgid/datameet/5F3D41F8-12FF-4A13-92DF-85BFBBAB691F%40gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
>> 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 subscribed to the Google Groups
>> "datameet" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to datameet+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/datameet/CA%2B4SsQB1YKpN8LWUmMjDFSkxz8nL-rjsdcJ4jajtjF8XmB9c_A%40mail.gmail.com
>> <https://groups.google.com/d/msgid/datameet/CA%2B4SsQB1YKpN8LWUmMjDFSkxz8nL-rjsdcJ4jajtjF8XmB9c_A%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> 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 subscribed to the Google Groups
> "datameet" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to datameet+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/datameet/CAMgvHC76Bi3g292A%2BqV-eMVqK_TJ9S_in98keXUCuLoEqMNMFg%40mail.gmail.com
> <https://groups.google.com/d/msgid/datameet/CAMgvHC76Bi3g292A%2BqV-eMVqK_TJ9S_in98keXUCuLoEqMNMFg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 subscribed to the Google Groups 
"datameet" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to datameet+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/datameet/CA%2BGKQr00myOV3PrNSjZc5_UU5FHJFALqEpM48tsKinbcyamrmw%40mail.gmail.com.

Reply via email to