Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 18:22
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/fea9bd3e3c47d533db899d19573637b9 to your computer and use it in GitHub Desktop.
Save ryantm/fea9bd3e3c47d533db899d19573637b9 to your computer and use it in GitHub Desktop.
/nix/store/z0qya4jis0pnx1k52db3vpc6h1zq3l6c-python3.7-osmnx-0.9
├── lib
│   └── python3.7
│   └── site-packages
│   ├── osmnx
│   │   ├── buildings.py
│   │   ├── core.py
│   │   ├── elevation.py
│   │   ├── footprints.py
│   │   ├── __init__.py
│   │   ├── plot.py
│   │   ├── pois.py
│   │   ├── projection.py
│   │   ├── __pycache__
│   │   │   ├── buildings.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── elevation.cpython-37.pyc
│   │   │   ├── footprints.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── plot.cpython-37.pyc
│   │   │   ├── pois.cpython-37.pyc
│   │   │   ├── projection.cpython-37.pyc
│   │   │   ├── save_load.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   ├── simplify.cpython-37.pyc
│   │   │   ├── stats.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── save_load.py
│   │   ├── settings.py
│   │   ├── simplify.py
│   │   ├── stats.py
│   │   └── utils.py
│   └── osmnx-0.9.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment