NOAA-CSL / MELODIES-MONET

MELODIES MONET - diagnostic tool for evaluating models against a variety of observations including surface, aircraft, and satellite data all within a common framework
https://melodies-monet.readthedocs.io
Apache License 2.0
19 stars 21 forks source link

get-airnow xarray error #258

Open dwfncar opened 3 months ago

dwfncar commented 3 months ago

melodies-monet get-airnow --start-date 20240521 --end-date 20240522

results in an xarray error

Fetching data with monetio ... Aggregating AIRNOW files... Building AIRNOW URLs... Adding in Meta-data Fetching data with monetio succeeded in 0.619 seconds Forming xarray Dataset ... Forming xarray Dataset failed in 0.00887 seconds Error message: single positional indexer is out-of-bounds

zmoon commented 3 months ago

@dwfncar I suspect this means no data was found for the period at the time of your invocation. It works for me now. But the error message could certainly be improved for this situation. In the future, note that if you add the --debug flag you can see the full traceback.