Sign inSign up

uoacer/land_use

By uoacer

Updated about 5 years ago

Image
0

1.1K

uoacer/land_use repository overview

land_use

Predicting future land use in Auckland using Python

Installation

Linux/Mac:
sudo pip3 install -r requirements.txt

Windows:

  • Install Python 3.9.5 64bit from https://www.python.org/ftp/python/3.9.5/python-3.9.5-amd64.exe, and add it to your PATH
  • Install pipwin with the command pip install pipwin
  • Use pipwin to install the available binary wheels with the command pipwin install -r requirements.txt.
  • Install the remaining packages with pip install -r requirements.txt
Running

jupyter-notebook preprocess.ipynb

Running with docker
docker run --rm --volume `pwd`:/app --publish 8888:8888 uoacer/land_use
Data sources

Others:

Notebooks

These Python Jupyter (.ipynb) notebooks have been converted to HTML with jupyter-nbconvert --to html preprocess.ipynb for ease of viewing results

Output GIFs

land_use.gif pop.gif

Tag summary

Content type

Image

Digest

Size

498.7 MB

Last updated

about 5 years ago

docker pull uoacer/land_use