Skip to content

Instantly share code, notes, and snippets.

@kissmygritts
Created December 21, 2021 15:58
Show Gist options
  • Save kissmygritts/955daae201d9af6fd1e7bad210d5b302 to your computer and use it in GitHub Desktop.
Save kissmygritts/955daae201d9af6fd1e7bad210d5b302 to your computer and use it in GitHub Desktop.
A JSON array of the bounding box for the US West (WA, OR, CA, ID, NV, AZ MT, UT, NM, WY, CO) ing EPGS:4326
[-124.80415, 31.23224, -101.94224, 49.10236]
@kissmygritts
Copy link
Author

Get the values of the bounding box (example for the command line):

curl https://gist.githubusercontent.com/kissmygritts/955daae201d9af6fd1e7bad210d5b302/raw/9d694e3ae34adaab6516f5e19ba49fd751c7b4fc/us-west-bbox.json | jq

@kissmygritts
Copy link
Author

FYI, this is buffered by 0.1 degrees.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment