Scripts to download all NSW Survey Sketches and convert them to geotagged JPEG files.
apt install -y nodejs wget gdal-bin make parallel pipx gzip pdfimages perl
pipx install esri2geojson
-
Fetch source data as GeoJSON
make data/SurveyMarkGDA2020.geojson
-
Convert to CSV
with a BBOX
env BBOX="xmin ymin xmax ymax" make data/SurveyMark.csv
without a BBOX
make data/SurveyMark.csv
-
Fetch sketch plans
make data/plans make renamePlans
-
Extract images from the PDFs
make data/images
-
Geotag JPGs
make geotag