Skip to content
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

Question about bounding box defined for tg10uszcta5 #1

Open
mejackreed opened this issue Dec 13, 2014 · 2 comments
Open

Question about bounding box defined for tg10uszcta5 #1

mejackreed opened this issue Dec 13, 2014 · 2 comments

Comments

@mejackreed
Copy link
Member

It seems that the bounding box defined here is:

<bounding>
  <westbc>-179.231086</westbc>
  <eastbc>179.859681</eastbc>
  <northbc>71.441059</northbc>
  <southbc>17.831509</southbc>
</bounding>```
But this seems like it might not be correct?
@mmcgee
Copy link

mmcgee commented Dec 15, 2014

Thanks, Jack. Looked at this and bb does appear to be off. Coordinates are from the source metadata: http://catalog.data.gov/harvest/object/3e0c758f-1b68-4aee-9f30-b4cfd73d78dc/html

Will look at updating and replacing.

Coordinates should be:

<bounding>
<westbc>-176.684744</westbc>
<eastbc>-65.224638</eastbc>
<northbc>71.341324</northbc>
<southbc>17.910817</southbc>
</bounding>

@mejackreed
Copy link
Member Author

Great thanks @mmcgee !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants