### Makefile --- ## Author: Dan Jacobson https://www.jidanni.org/ ## Copyright: https://www.gnu.org/licenses/gpl.html ## Created: 2023-11-11T05:39:53+0000 ## Last-Updated: 2023-11-14T06:25:43+0000 ## Update #: 25 ## #trying a large county, Las Animas, CO, USA #How about my four corners with their values|xyz2grd -Ixxxmeters/yyymeters -J...|grd2xyz ..|2kml export rel_id=415785#https://www.openstreetmap.org/relation/415785 export PATH := ../../../../utilities:$(PATH) # https://gis.stackexchange.com/questions/142326/calculating-longitude-length-in-miles vv: cd /tmp && nohup viking /tmp/l.kml& sleep 6 /tmp/a.kml:/tmp/a.csv ogr2ogr -f KML /tmp/l.kml $? -sql 'SELECT Name FROM "a"' ogr2ogr -f LIBKML /tmp/z.kml $? -sql 'SELECT Name FROM "a"' head /tmp/?.kml /tmp/a.csv: las_animas_pl; ./$< > $@ ww:$(rel_id).kml ./las_animas.sh %.kml: fetch_boundary $*