Given a geographical coordinate in U.S., how to find out if it is in Urban or Rural areas?
I have about 10000 geographical coordinates all in the U.S., and I want to use Python + basemap to find out if a point is urban or rural.
I'm not sure which library or shape file to use.
I'll need a function like this:
def is_urban(coordinate):
# use the shapefile
urban = False
return urban