-
Notifications
You must be signed in to change notification settings - Fork 0
feat(osm-equity): add North America / US region bboxes #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -60,6 +60,8 @@ | |||||
| "california": (-124.41, 32.53, -114.13, 42.01), | ||||||
| "los angeles, ca": (-118.67, 33.70, -118.16, 34.34), | ||||||
| "san francisco, ca": (-122.52, 37.70, -122.36, 37.83), | ||||||
| "north america": (-168.0, 5.0, -52.0, 72.0), | ||||||
| "united states": (-124.8, 24.4, -66.9, 49.4), | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The bounding box provided for
Suggested change
|
||||||
| } | ||||||
| _DEFAULT_BBOX = (-122.34, 37.72, -122.15, 37.85) | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bounding box for
"north america"(-168.0, 5.0, -52.0, 72.0) excludes the high Arctic islands of northern Canada (which extend up to ~83° N) and Greenland (which is geographically part of North America and extends to ~83.6° N and -11.3° W). If the study is intended to cover the entire continent, consider expanding the bounding box limits to fully encompass these regions.