I want accomplish the following using command line python tools only (shapely + fiona)
I was wondering if there was a straightforward way for me to do the following:
أكثر...
I was wondering if there was a straightforward way for me to do the following:
- Read in a shapefile (all counties in the UK)
- Read in a csv with a list of lat / lon (this I know how to do)
- Spit out a csv with the same list of points and the polygon id fromthe shapefile, indicating that the point lies within the polygon (i.e.in the county)
أكثر...