You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Allow creating a ColocatedData object from a pandas DataFrame. Basically the inverse of ColocatedData.to_dataframe().
Would allow for another path for injecting ColocatedData into Pyaerocom.
Describe the solution you would like to see
A clear and concise description of what you want to happen.
Would you be able to work on this solution yourself?
How can the Pyaerocom development team assist you?
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
which returns coldata as a Xarray dataset that i can save to disk. Could i inject this into pyaeroval for visualization? In let's say by reading it in my config.py?
Is your feature request related to a problem? Please describe.
Allow creating a ColocatedData object from a pandas DataFrame. Basically the inverse of
ColocatedData.to_dataframe()
.Would allow for another path for injecting ColocatedData into Pyaerocom.
Describe the solution you would like to see
A clear and concise description of what you want to happen.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: