Skip to content

Making .gz Files Useful For MetPy Operations #2682

Answered by akrherz
kylejgillett asked this question in Q&A
Discussion options

You must be logged in to vote

I have not tested this on windows, but xarray may be able to load it in one step

import xarray as xr
# wget https://madis-data.ncep.noaa.gov/madisPublic1/data/point/acars/netcdf/20220920_0000.gz
nc = xr.open_dataset('20220920_0000.gz')

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@kylejgillett
Comment options

@DanielAdriaansen
Comment options

@kylejgillett
Comment options

@dopplershift
Comment options

Comment options

You must be logged in to vote
1 reply
@kylejgillett
Comment options

Answer selected by dopplershift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants