I have a geojson list of lat/long coordinates that make up a custom polygon of a section of my county. Ideally I would like to be able to find all the addresses that are within the polygon boundaries.
My county GIS department provides for free a geojson list of all the polygon coordinates that make up every single building in the county. Is there a way I can use these two files together to determine all the addresses inside the custom polygon?
If this is not really possible, another possibility is to list all the street names within the polygon.
The ultimate goal is to provide a list of all the names, phone numbers & addresses in the polygon, all done programmatically.
أكثر...
My county GIS department provides for free a geojson list of all the polygon coordinates that make up every single building in the county. Is there a way I can use these two files together to determine all the addresses inside the custom polygon?
If this is not really possible, another possibility is to list all the street names within the polygon.
The ultimate goal is to provide a list of all the names, phone numbers & addresses in the polygon, all done programmatically.
أكثر...