Skip to content

AsgerPetersen/python_raster_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Eksempler på raster i python

Eksemplerne er skrevet i ipython notebooks.

ipython notebook kan installeres som beskrevet nedenfor. Med en lokal installation kan man selv rette i koden og eksekvere den igen.

Uden installation

Hvis der kun er behov for at kigge, kan notebooks i dette repository vises via nbviewer.

Installation

Installér ipython

mkvirtualenv ipython
pip install "ipython[notebook]"

Installér rasterio. Se evt installationsvejledningen

pip install numpy
pip install rasterio

Start notebook

ipython notebook

About

Examples of using python for raster prcessing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published