Classes used to classify the regions in and around Romania into usefull tags.
pip install git+git://github.com/mlmarius/regionclasser.git
getRegionClasses(45.8, 25.2) == ['romania']
rc = RegionClasser(<path to shapefiles directory>)
rc.plotRegions() # plot regions to screen for visual inspection
rc.getClasses(lat, lon) # get regions containing this point
Self tests inside the classer.py file