BoiseStatePlanetary / muldoon

A package for sifting meteorological data to look for and analyze vortex encounters
MIT License
2 stars 2 forks source link

Read in wind data from Perseverance #2

Open decaelus opened 2 years ago

decaelus commented 2 years ago

Right now in read_data, we only read in time and pressure time-series, but we will want also to be able to read in wind speed data.

That will probably require us to write new versions of read_Perseverance_MEDA_data, one that reads in pressure time-series and one that read in wind data since those two datasets will come from different data files.