I know this is asked before, but my problem is different. I don't want to use any map provider like Google, Here since the number of co-ordinates I want to get state is huge (30,000 to 40,000).
I am curious that there should be any static library (Python) that will give this crude "State" information, which will be more than enough.
Since we know the lat, long boundaries of each state, anybody created any library where I can get state names from a pair of latitude and longitude?
My problem is that I can't reverse geo-code 30,000 ~ 40,000 points with a free account and I need only State information nothing else.
Download the shapefile from: https://www.igismap.com/download-india-boundary-shapefile-free-states-boundary-assembly-constituencies-village-boundaries/
Use this python library to simply get the Indian State. It is very easy. https://github.com/vis4/pyshpgeocode