43 optional = false |
43 optional = false |
44 python-versions = ">=3.8" |
44 python-versions = ">=3.8" |
45 |
45 |
46 [package.dependencies] |
46 [package.dependencies] |
47 numpy = ">=1.17.3" |
47 numpy = ">=1.17.3" |
|
48 |
|
49 [[package]] |
|
50 name = "nc" |
|
51 version = "1.0.2" |
|
52 description = "🎨 Named colors in Python 🎨" |
|
53 category = "main" |
|
54 optional = false |
|
55 python-versions = ">=3.8,<4.0" |
|
56 |
|
57 [package.dependencies] |
|
58 xmod = ">=1.4.0,<2.0.0" |
48 |
59 |
49 [[package]] |
60 [[package]] |
50 name = "netcdf4" |
61 name = "netcdf4" |
51 version = "1.6.5" |
62 version = "1.6.5" |
52 description = "Provides an object-oriented python interface to the netCDF version 4 library" |
63 description = "Provides an object-oriented python interface to the netCDF version 4 library" |
196 complete = ["xarray"] |
207 complete = ["xarray"] |
197 io = ["netcdf4", "h5netcdf", "scipy", "zarr", "fsspec", "cftime", "pooch", "pydap"] |
208 io = ["netcdf4", "h5netcdf", "scipy", "zarr", "fsspec", "cftime", "pooch", "pydap"] |
198 parallel = ["dask"] |
209 parallel = ["dask"] |
199 viz = ["matplotlib", "seaborn", "nc-time-axis"] |
210 viz = ["matplotlib", "seaborn", "nc-time-axis"] |
200 |
211 |
|
212 [[package]] |
|
213 name = "xmod" |
|
214 version = "1.8.1" |
|
215 description = "🌱 Turn any object into a module 🌱" |
|
216 category = "main" |
|
217 optional = false |
|
218 python-versions = ">=3.8" |
|
219 |
201 [metadata] |
220 [metadata] |
202 lock-version = "1.1" |
221 lock-version = "1.1" |
203 python-versions = "^3.9" |
222 python-versions = "^3.9" |
204 content-hash = "a29db2b9d5a1fda0e045dfa5a0c1992490f2a2fc86f2c5283fbe0a691d860dd4" |
223 content-hash = "6877e91d7c318a31c6ee3e8f30fb010d79d92e1443c193ec4d043a9a25e2b10e" |
205 |
224 |
206 [metadata.files] |
225 [metadata.files] |
207 certifi = [] |
226 certifi = [] |
208 cftime = [] |
227 cftime = [] |
209 h5netcdf = [] |
228 h5netcdf = [] |
210 h5py = [] |
229 h5py = [] |
|
230 nc = [] |
211 netcdf4 = [] |
231 netcdf4 = [] |
212 numpy = [] |
232 numpy = [] |
213 packaging = [] |
233 packaging = [] |
214 pandas = [] |
234 pandas = [] |
215 plotly = [] |
235 plotly = [] |