We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a function to produce plots of field line traces. (W2NAF already has some code to do this with geopack, if I recall correctly.)
When performing a field line trace, include an option (perhaps called from findconj?) to generate and save a .csv/.pkl/df/plot of the field line. Might be 2D or 3D. Could be useful to generate for multiple stations. cf. https://book.magneticearth.org/geomag-obs-models/03a_magnetic-field-line-tracing
See if geopack or another package already provides this functionality before rewriting it.
N/A
The text was updated successfully, but these errors were encountered:
Added field line trace demo de Rachel W2RUF. Starting point for Issue #…
e9baac9
…13.
Per W2RUF, Tsyganenko 96 requires more parameters than 87. Would be good to have as an option but will require handling additional variables.
Sorry, something went wrong.
If these are added as kwargs or optional kwargs, it will have minimal impact on the existing classes/functions.
I've been using plotly express for visualizations. It can't handle 3D plots, but perhaps globe.gl can: https://github.com/vasturiano/globe.gl/tree/master/example/random-paths
No branches or pull requests
Description
Add a function to produce plots of field line traces. (W2NAF already has some code to do this with geopack, if I recall correctly.)
Potential impact
Potential solution(s)
When performing a field line trace, include an option (perhaps called from findconj?) to generate and save a .csv/.pkl/df/plot of the field line. Might be 2D or 3D. Could be useful to generate for multiple stations.
cf. https://book.magneticearth.org/geomag-obs-models/03a_magnetic-field-line-tracing
Alternatives
See if geopack or another package already provides this functionality before rewriting it.
Additional context
N/A
The text was updated successfully, but these errors were encountered: