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

fix coordinates in ship detector notebooks #10

Closed
danabauer opened this issue Aug 16, 2017 · 1 comment
Closed

fix coordinates in ship detector notebooks #10

danabauer opened this issue Aug 16, 2017 · 1 comment

Comments

@danabauer
Copy link
Contributor

https://github.com/planetlabs/notebooks/blob/master/jupyter-notebooks/ship-detector/01_ship_detector.ipynb

We're outputting pixel coordinates not lat/lng

  "ship_count": 4, 
  "ships": [
    {
      "lat": 557725.0, 
      "lng": 4176230.0, 
      "id": 1
    }, 
    {
      "lat": 558590.0, 
      "lng": 4176110.0, 
      "id": 2
    }, 
    {
      "lat": 559280.0, 
      "lng": 4176025.0, 
      "id": 3
    }, 
    {
      "lat": 558870.0, 
      "lng": 4174930.0, 
      "id": 4
    }
  ]
}
@sarasafavi
Copy link
Contributor

Closed in #15

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

3 participants