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 :)
The docstring for
geoprofile()
inprofile.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 :)