Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2019 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/aed05667b93085ea3ba40090a9617e7b to your computer and use it in GitHub Desktop.
Save ryantm/aed05667b93085ea3ba40090a9617e7b to your computer and use it in GitHub Desktop.
/nix/store/2ajl34smh6qvh5mnfvmgxrvxivlw2pj0-python3.7-xarray-0.11.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── xarray
│   │   ├── backends
│   │   │   ├── api.py
│   │   │   ├── cfgrib_.py
│   │   │   ├── common.py
│   │   │   ├── file_manager.py
│   │   │   ├── h5netcdf_.py
│   │   │   ├── __init__.py
│   │   │   ├── locks.py
│   │   │   ├── lru_cache.py
│   │   │   ├── memory.py
│   │   │   ├── netcdf3.py
│   │   │   ├── netCDF4_.py
│   │   │   ├── pseudonetcdf_.py
│   │   │   ├── __pycache__
│   │   │   │   ├── api.cpython-37.pyc
│   │   │   │   ├── cfgrib_.cpython-37.pyc
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── file_manager.cpython-37.pyc
│   │   │   │   ├── h5netcdf_.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── locks.cpython-37.pyc
│   │   │   │   ├── lru_cache.cpython-37.pyc
│   │   │   │   ├── memory.cpython-37.pyc
│   │   │   │   ├── netcdf3.cpython-37.pyc
│   │   │   │   ├── netCDF4_.cpython-37.pyc
│   │   │   │   ├── pseudonetcdf_.cpython-37.pyc
│   │   │   │   ├── pydap_.cpython-37.pyc
│   │   │   │   ├── pynio_.cpython-37.pyc
│   │   │   │   ├── rasterio_.cpython-37.pyc
│   │   │   │   ├── scipy_.cpython-37.pyc
│   │   │   │   └── zarr.cpython-37.pyc
│   │   │   ├── pydap_.py
│   │   │   ├── pynio_.py
│   │   │   ├── rasterio_.py
│   │   │   ├── scipy_.py
│   │   │   └── zarr.py
│   │   ├── coding
│   │   │   ├── cftimeindex.py
│   │   │   ├── cftime_offsets.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cftimeindex.cpython-37.pyc
│   │   │   │   ├── cftime_offsets.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── strings.cpython-37.pyc
│   │   │   │   ├── times.cpython-37.pyc
│   │   │   │   └── variables.cpython-37.pyc
│   │   │   ├── strings.py
│   │   │   ├── times.py
│   │   │   └── variables.py
│   │   ├── conventions.py
│   │   ├── convert.py
│   │   ├── core
│   │   │   ├── accessors.py
│   │   │   ├── alignment.py
│   │   │   ├── arithmetic.py
│   │   │   ├── combine.py
│   │   │   ├── common.py
│   │   │   ├── computation.py
│   │   │   ├── coordinates.py
│   │   │   ├── dask_array_compat.py
│   │   │   ├── dask_array_ops.py
│   │   │   ├── dataarray.py
│   │   │   ├── dataset.py
│   │   │   ├── dtypes.py
│   │   │   ├── duck_array_ops.py
│   │   │   ├── extensions.py
│   │   │   ├── formatting.py
│   │   │   ├── groupby.py
│   │   │   ├── indexing.py
│   │   │   ├── __init__.py
│   │   │   ├── merge.py
│   │   │   ├── missing.py
│   │   │   ├── nanops.py
│   │   │   ├── npcompat.py
│   │   │   ├── nputils.py
│   │   │   ├── ops.py
│   │   │   ├── options.py
│   │   │   ├── pdcompat.py
│   │   │   ├── __pycache__
│   │   │   │   ├── accessors.cpython-37.pyc
│   │   │   │   ├── alignment.cpython-37.pyc
│   │   │   │   ├── arithmetic.cpython-37.pyc
│   │   │   │   ├── combine.cpython-37.pyc
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── computation.cpython-37.pyc
│   │   │   │   ├── coordinates.cpython-37.pyc
│   │   │   │   ├── dask_array_compat.cpython-37.pyc
│   │   │   │   ├── dask_array_ops.cpython-37.pyc
│   │   │   │   ├── dataarray.cpython-37.pyc
│   │   │   │   ├── dataset.cpython-37.pyc
│   │   │   │   ├── dtypes.cpython-37.pyc
│   │   │   │   ├── duck_array_ops.cpython-37.pyc
│   │   │   │   ├── extensions.cpython-37.pyc
│   │   │   │   ├── formatting.cpython-37.pyc
│   │   │   │   ├── groupby.cpython-37.pyc
│   │   │   │   ├── indexing.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── merge.cpython-37.pyc
│   │   │   │   ├── missing.cpython-37.pyc
│   │   │   │   ├── nanops.cpython-37.pyc
│   │   │   │   ├── npcompat.cpython-37.pyc
│   │   │   │   ├── nputils.cpython-37.pyc
│   │   │   │   ├── ops.cpython-37.pyc
│   │   │   │   ├── options.cpython-37.pyc
│   │   │   │   ├── pdcompat.cpython-37.pyc
│   │   │   │   ├── pycompat.cpython-37.pyc
│   │   │   │   ├── resample.cpython-37.pyc
│   │   │   │   ├── rolling.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── variable.cpython-37.pyc
│   │   │   ├── pycompat.py
│   │   │   ├── resample.py
│   │   │   ├── rolling.py
│   │   │   ├── utils.py
│   │   │   └── variable.py
│   │   ├── __init__.py
│   │   ├── plot
│   │   │   ├── facetgrid.py
│   │   │   ├── __init__.py
│   │   │   ├── plot.py
│   │   │   ├── __pycache__
│   │   │   │   ├── facetgrid.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── plot.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   └── utils.py
│   │   ├── __pycache__
│   │   │   ├── conventions.cpython-37.pyc
│   │   │   ├── convert.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── testing.cpython-37.pyc
│   │   │   ├── tutorial.cpython-37.pyc
│   │   │   ├── ufuncs.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── testing.py
│   │   ├── tests
│   │   │   ├── data
│   │   │   │   ├── bears.nc
│   │   │   │   ├── example_1.nc
│   │   │   │   ├── example_1.nc.gz
│   │   │   │   ├── example.grib
│   │   │   │   ├── example.ict
│   │   │   │   └── example.uamiv
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_accessors.cpython-37.pyc
│   │   │   │   ├── test_backends_api.cpython-37.pyc
│   │   │   │   ├── test_backends.cpython-37.pyc
│   │   │   │   ├── test_backends_file_manager.cpython-37.pyc
│   │   │   │   ├── test_backends_locks.cpython-37.pyc
│   │   │   │   ├── test_backends_lru_cache.cpython-37.pyc
│   │   │   │   ├── test_cftimeindex.cpython-37.pyc
│   │   │   │   ├── test_cftime_offsets.cpython-37.pyc
│   │   │   │   ├── test_coding.cpython-37.pyc
│   │   │   │   ├── test_coding_strings.cpython-37.pyc
│   │   │   │   ├── test_coding_times.cpython-37.pyc
│   │   │   │   ├── test_combine.cpython-37.pyc
│   │   │   │   ├── test_computation.cpython-37.pyc
│   │   │   │   ├── test_conventions.cpython-37.pyc
│   │   │   │   ├── test_dask.cpython-37.pyc
│   │   │   │   ├── test_dataarray.cpython-37.pyc
│   │   │   │   ├── test_dataset.cpython-37.pyc
│   │   │   │   ├── test_distributed.cpython-37.pyc
│   │   │   │   ├── test_dtypes.cpython-37.pyc
│   │   │   │   ├── test_duck_array_ops.cpython-37.pyc
│   │   │   │   ├── test_extensions.cpython-37.pyc
│   │   │   │   ├── test_formatting.cpython-37.pyc
│   │   │   │   ├── test_groupby.cpython-37.pyc
│   │   │   │   ├── test_indexing.cpython-37.pyc
│   │   │   │   ├── test_interp.cpython-37.pyc
│   │   │   │   ├── test_merge.cpython-37.pyc
│   │   │   │   ├── test_missing.cpython-37.pyc
│   │   │   │   ├── test_nputils.cpython-37.pyc
│   │   │   │   ├── test_options.cpython-37.pyc
│   │   │   │   ├── test_plot.cpython-37.pyc
│   │   │   │   ├── test_testing.cpython-37.pyc
│   │   │   │   ├── test_tutorial.cpython-37.pyc
│   │   │   │   ├── test_ufuncs.cpython-37.pyc
│   │   │   │   ├── test_utils.cpython-37.pyc
│   │   │   │   └── test_variable.cpython-37.pyc
│   │   │   ├── test_accessors.py
│   │   │   ├── test_backends_api.py
│   │   │   ├── test_backends_file_manager.py
│   │   │   ├── test_backends_locks.py
│   │   │   ├── test_backends_lru_cache.py
│   │   │   ├── test_backends.py
│   │   │   ├── test_cftimeindex.py
│   │   │   ├── test_cftime_offsets.py
│   │   │   ├── test_coding.py
│   │   │   ├── test_coding_strings.py
│   │   │   ├── test_coding_times.py
│   │   │   ├── test_combine.py
│   │   │   ├── test_computation.py
│   │   │   ├── test_conventions.py
│   │   │   ├── test_dask.py
│   │   │   ├── test_dataarray.py
│   │   │   ├── test_dataset.py
│   │   │   ├── test_distributed.py
│   │   │   ├── test_dtypes.py
│   │   │   ├── test_duck_array_ops.py
│   │   │   ├── test_extensions.py
│   │   │   ├── test_formatting.py
│   │   │   ├── test_groupby.py
│   │   │   ├── test_indexing.py
│   │   │   ├── test_interp.py
│   │   │   ├── test_merge.py
│   │   │   ├── test_missing.py
│   │   │   ├── test_nputils.py
│   │   │   ├── test_options.py
│   │   │   ├── test_plot.py
│   │   │   ├── test_testing.py
│   │   │   ├── test_tutorial.py
│   │   │   ├── test_ufuncs.py
│   │   │   ├── test_utils.py
│   │   │   └── test_variable.py
│   │   ├── tutorial.py
│   │   ├── ufuncs.py
│   │   ├── util
│   │   │   ├── __init__.py
│   │   │   ├── print_versions.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── print_versions.cpython-37.pyc
│   │   └── _version.py
│   └── xarray-0.11.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
20 directories, 219 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment