I have shapefiles from http://www.gadm.org/ with all the administrative areas at several levels for a specific country.
I'd like to be able to get, in Python but not using GDAL or osgeo (I have not been able to install them), the name of the area in which a specific GPS point is contained at all levels.
For example:myfunction([50.771725, 4.658428]) would return ["Belgium","Brabant Wallon","Grez-Doiceau"]. This information is in the shapefile.
Is there a way to do this?
أكثر...
I'd like to be able to get, in Python but not using GDAL or osgeo (I have not been able to install them), the name of the area in which a specific GPS point is contained at all levels.
For example:myfunction([50.771725, 4.658428]) would return ["Belgium","Brabant Wallon","Grez-Doiceau"]. This information is in the shapefile.
Is there a way to do this?
أكثر...