Closed jrleeman closed 7 years ago
A place to collect notes for ourselves about improving the workshop materials.
Checkoff as we break these out into new issues - this is just a braindump!
environment.yml
conda-forge
Temperature_height_above_ground
from metpy.io import get_upper_air_data
get_upper_air_data(datetime(2017, 4, 5, 21), 'OUN')
to
my_date = datetime(2017, 4, 5, 21) get_upper_air_data(my_date, 'OUN')
from metpy.units import units
int
All broken up into new issues!
A place to collect notes for ourselves about improving the workshop materials.
Checkoff as we break these out into new issues - this is just a braindump!
Day 1
Git
Conda
environment.yml
, just useconda-forge
Notebooks
Primer
Timeseries
Temperature_height_above_ground
is all NaNUpper Air
from metpy.io import get_upper_air_data
insteadto
from metpy.units import units
to last cellDay 2
Surface Data
Satellite Data
Models
Command Line
int
Other