Skip to content

Add hurricane tracker code #1207

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

Merged
merged 2 commits into from
Aug 14, 2020
Merged

Conversation

caternuson
Copy link
Contributor

Here it is! Pull request like a hurricane.

Copy link
Collaborator

@jerryneedell jerryneedell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great!! Nice. I made a few minor nit-pick about the information printed -- not really important since most times no one will look at it anyway... I just confused me at first.

@caternuson
Copy link
Contributor Author

Awesome, thanks for testing it. Good to know it works :)

@jerryneedell
Copy link
Collaborator

Looks like the map is only for Atlantic -- Is that going to be specified in the Guide -- or will it be expanded for other regions as well.

@caternuson
Copy link
Contributor Author

caternuson commented Aug 14, 2020

Yep. Just Atlantic for now. Maybe add other regions later. But also - that would make for an excellent user update. Use the provided Atlantic as an example and extend from there.

The NOAA JSON source covers Atlantic, East Pacific, and Central Pacific. So those regions could be added fairly easily.
https://nws.weather.gov/products/PDD/PDD_ExpTropicalCycloneJSONFile_2019.pdf

The other missing bit is a map for a Titano. Simple resize, but didn't have the hardware to test.

@jerryneedell
Copy link
Collaborator

Yep. Just Atlantic for now. Maybe add other regions later. But also - that would make for an excellent user update. Use the provided Atlantic as an example and extend from there.

The NOAA JSON source covers Atlantic, East Pacific, and Central Pacific. So those regions could be added fairly easily.
https://nws.weather.gov/products/PDD/PDD_ExpTropicalCycloneJSONFile_2019.pdf

The other missing bit is a map for a Titano. Simple resize, but didn't have the hardware to test.

ooh -- I have a Titano -- I suppose I should learn how to do the resize...

@caternuson
Copy link
Contributor Author

Oh, they're different aspect ratios:

  • Pynt / Original: 320x240 = 4:3
  • Titano : 480x320 = 3:2

so actually a little more than just a resize.

@ladyada ladyada merged commit 07c545a into adafruit:master Aug 14, 2020
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

Successfully merging this pull request may close these issues.

3 participants