Skip to content

Commit

Permalink
FIX: Merge in changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jul 18, 2024
2 parents 0962372 + ffc669a commit d83e530
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ channels:
- pyviz
dependencies:
- arm_pyart
- siphon
- act-atmos
- matplotlib
- jupyterlab
Expand All @@ -25,8 +26,4 @@ dependencies:
- windrose
- sage-data-client
- nexradaws
- sphinxcontrib-applehelp==1.0.7
- sphinxcontrib-devhelp==1.0.5
- sphinxcontrib-htmlhelp==2.0.4
- sphinxcontrib-qthelp==1.0.6
- sphinxcontrib-serializinghtml==1.1.9
- PythonMETAR
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"metadata": {},
"outputs": [],
"source": [
"ds_ingested = act.io.read_netcdf('/Volumes/T7/data/DL_ingested/crocus-neiu-dlvpt-a1-202308020000.nc')"
"ds_ingested = act.io.read_arm_netcdf('/Volumes/T7/data/DL_ingested/crocus-neiu-dlvpt-a1-202308020000.nc')"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/quicklooks/ceilometer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"\n",
"files = glob.glob('../../data/ceilometer/sgp*')\n",
"\n",
"ds = act.io.read_netcdf(files)\n",
"ds = act.io.read_arm_netcdf(files)\n",
"\n",
"# apply range correction\n",
"ds = act.corrections.correct_ceil(ds)\n",
Expand Down

0 comments on commit d83e530

Please sign in to comment.