Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 23, 2020 23:32
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 r-ryantm/3fb1c12397e9ac81eefa85ebbba4d93f to your computer and use it in GitHub Desktop.
Save r-ryantm/3fb1c12397e9ac81eefa85ebbba4d93f to your computer and use it in GitHub Desktop.
/nix/store/nf0iv6lvl5qg6wjbdbml63mffl8pnqrb-python2.7-rasterio-1.1.4
├── bin
│   └── rio
├── lib
│   └── python2.7
│   └── site-packages
│   ├── rasterio
│   │   ├── _base.so
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── control.py
│   │   ├── control.pyc
│   │   ├── coords.py
│   │   ├── coords.pyc
│   │   ├── crs.py
│   │   ├── crs.pyc
│   │   ├── _crs.so
│   │   ├── drivers.py
│   │   ├── drivers.pyc
│   │   ├── dtypes.py
│   │   ├── dtypes.pyc
│   │   ├── enums.py
│   │   ├── enums.pyc
│   │   ├── env.py
│   │   ├── env.pyc
│   │   ├── _env.so
│   │   ├── errors.py
│   │   ├── errors.pyc
│   │   ├── _err.so
│   │   ├── _example.so
│   │   ├── features.py
│   │   ├── features.pyc
│   │   ├── _features.so
│   │   ├── fill.py
│   │   ├── fill.pyc
│   │   ├── _fill.so
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── io.py
│   │   ├── io.pyc
│   │   ├── _io.so
│   │   ├── mask.py
│   │   ├── mask.pyc
│   │   ├── merge.py
│   │   ├── merge.pyc
│   │   ├── path.py
│   │   ├── path.pyc
│   │   ├── plot.py
│   │   ├── plot.pyc
│   │   ├── profiles.py
│   │   ├── profiles.pyc
│   │   ├── rio
│   │   │   ├── blocks.py
│   │   │   ├── blocks.pyc
│   │   │   ├── bounds.py
│   │   │   ├── bounds.pyc
│   │   │   ├── calc.py
│   │   │   ├── calc.pyc
│   │   │   ├── clip.py
│   │   │   ├── clip.pyc
│   │   │   ├── convert.py
│   │   │   ├── convert.pyc
│   │   │   ├── edit_info.py
│   │   │   ├── edit_info.pyc
│   │   │   ├── env.py
│   │   │   ├── env.pyc
│   │   │   ├── gcps.py
│   │   │   ├── gcps.pyc
│   │   │   ├── helpers.py
│   │   │   ├── helpers.pyc
│   │   │   ├── info.py
│   │   │   ├── info.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── insp.py
│   │   │   ├── insp.pyc
│   │   │   ├── main.py
│   │   │   ├── main.pyc
│   │   │   ├── mask.py
│   │   │   ├── mask.pyc
│   │   │   ├── merge.py
│   │   │   ├── merge.pyc
│   │   │   ├── options.py
│   │   │   ├── options.pyc
│   │   │   ├── overview.py
│   │   │   ├── overview.pyc
│   │   │   ├── rasterize.py
│   │   │   ├── rasterize.pyc
│   │   │   ├── rm.py
│   │   │   ├── rm.pyc
│   │   │   ├── sample.py
│   │   │   ├── sample.pyc
│   │   │   ├── shapes.py
│   │   │   ├── shapes.pyc
│   │   │   ├── stack.py
│   │   │   ├── stack.pyc
│   │   │   ├── transform.py
│   │   │   ├── transform.pyc
│   │   │   ├── warp.py
│   │   │   └── warp.pyc
│   │   ├── sample.py
│   │   ├── sample.pyc
│   │   ├── session.py
│   │   ├── session.pyc
│   │   ├── _shim.so
│   │   ├── shutil.so
│   │   ├── tools.py
│   │   ├── tools.pyc
│   │   ├── transform.py
│   │   ├── transform.pyc
│   │   ├── _transform.so
│   │   ├── vrt.py
│   │   ├── vrt.pyc
│   │   ├── warp.py
│   │   ├── warp.pyc
│   │   ├── _warp.so
│   │   ├── windows.py
│   │   └── windows.pyc
│   └── rasterio-1.1.4.dist-info
│   ├── AUTHORS.txt
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 120 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment