SuperDARN / pydarn

Python library for visualizing SuperDARN Data
GNU Lesser General Public License v3.0
31 stars 11 forks source link

NEW: Map potential at given point time series #368

Closed carleyjmartin closed 1 month ago

carleyjmartin commented 7 months ago

New Feature

Name: potential_time_series

module: map.py

package: plotting

Scope

Dan recently made a new function to calculate the potential at a given latitude and longitude by using the spherical harmonics set out in map files for a given time. Do we want to give the function either geo or mag position?

What will the feature do? This will plot a time series for the data calcualted in this way.

What will the feature not do?

Description

This has been asked for by two people separately and is a minor code addition so should be easy and fill a need.

pyDARN Checklist

Development help

Dan or I can develop it, but always open to help!

pyDARN does not have a dedicated development team on hand to full feature development. However, if you are able to provide some time and help, the community will try to aid you the best way they can in making your feature possible.

If you need help please indicate what expertise you are looking for:

Please also provide any other information you may need help with not including testing/reviewers of code

User Interface

pydarn.Map.potential_time_series(datetime_start, datetime_end, [mlat,mlon])

Extra Notes

Please provide any other details about this feature

carleyjmartin commented 3 months ago

@billetd do you have any updates on this?