space-physics / iri2016

International Reference Ionosphere 2016 from Python and Matlab
http://irimodel.org/
MIT License
67 stars 34 forks source link

geoprofile() #24

Open kvenkman opened 3 years ago

kvenkman commented 3 years ago

The docstring forgeoprofile() in profile.py suggests that it should work with a range of longitudes as well. However, the code is written only to work on a single latitude.

I'm happy to tackle this issue if a solution with nested for loops work. If there is a better way, please let me know and I'd love to learn and implement the solution :)

scivision commented 3 years ago

Yes I believe for loops would be the way to do this, thanks