Skip to content

Instantly share code, notes, and snippets.

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