Skip to content

Instantly share code, notes, and snippets.

@andrewharvey
Created December 13, 2018 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewharvey/55714a6a90160018fca0f11c6446d8ce to your computer and use it in GitHub Desktop.
Save andrewharvey/55714a6a90160018fca0f11c6446d8ce to your computer and use it in GitHub Desktop.
ELVIS 1m DEM bbox
wget -O - https://elvis-ga.fmecloud.com/fmedatastreaming/elvis_indexes/ReturnDownloadables.fmw | jq -r '.available_data[].downloadables.DEMs."1 Metre"[].bbox' | xargs -I '{}' turf bboxPolygon "[{}]" | tr -d '\n ' | sed 's/}{/},{/' | sed 's/^/{"type": "FeatureCollection", "features": [/' | sed 's/$/]}/' > elvisBBOX.geojson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment