Skip to main content

Algorithm for guessing MV grid network based on night time lights

Project description

gridfinder

gridfinder uses night-time lights imagery to as an indicator of settlements/towns with grid electricity access. Then a minimum spanning tree is calculated for these connect points, using a many-to-many variant Dijkstra algorithm and using existing road networks as a cost function. Adapted from this work from Facebook. Currently gridfinder only uses road networks, but it would be trivial to add other cost parameters such as slope or terrain.

The algorithm looks as follows in process, guessing the grid network for Uganda:

Animated algorithm

Input requirements

gridfinder requires the following data sources:

  • VIIRS data, monthly and annual composites available here.
  • OSM highway data, most easily available using the HOT Export Tool, otherwise geofabrik

Model usage

To get to grips with the API and steps in the model, open the Jupyter notebook example.ipynb. This repository includes the input data needed to do a test run for Burundi, so it should be a matter of openening the notebook and running all cells.

Installation

Install with pip

pip install gridfinder

Note: On some operating systems (Ubuntu 18.04), you may get an error about libspatialindex. To overcome this on Ubuntu, run:

sudo apt install libspatialindex-dev

Development

Download or clone the repository and install the required packages (preferably in a virtual environment):

git clone https://github.com/carderne/gridfinder.git
cd gridfinder
pip install -e '.[dev]'

Linting

make lint

Testing

make test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gridfinder-3.0.0.tar.gz (689.8 kB view details)

Uploaded Source

Built Distribution

gridfinder-3.0.0-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

Details for the file gridfinder-3.0.0.tar.gz.

File metadata

  • Download URL: gridfinder-3.0.0.tar.gz
  • Upload date:
  • Size: 689.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for gridfinder-3.0.0.tar.gz
Algorithm Hash digest
SHA256 7fc450f897a27c298f43ff1447d7ac9840e7735d5f2f6db0db42c9799a373ee1
MD5 45f4880721de512db83c6be5efa0b581
BLAKE2b-256 6281fd6581d38b7b608d4e12b4899c8a07637badfe3512db7c2fb16eea643b55

See more details on using hashes here.

Provenance

File details

Details for the file gridfinder-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: gridfinder-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 12.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for gridfinder-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bc14bd2f5d57e6320d84c64a8b1ed3efd5e8a87545ae5014a85e7b60bb989a61
MD5 b2c740f05e15504d5d132ad1e87ffcc0
BLAKE2b-256 d4c627507c0bc13a350ac4cb7ec99c94d257da7d07ac456f081ff132df012879

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page