rochamatcomp / python-rocha

``rocha`` is a Python module for manipulate geospatial raster datasets based on vector geometries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocha

rocha is a Python module for manipulate geospatial raster datasets based on vector geometries.

Author: André Rocha

Python

Development environment

PyData

PyData is a community for developers and users of Open Source Data Tools.

Anaconda

Anaconda is a downloadable, free, open source, high-performance and optimized Python and R distribution.

Conda

Conda is a powerful package and environment manager.

For a slim install use the Miniconda.

Miniconda is a free minimal installer for conda. Can make installing Python quick and easy even for new users.

Conda environment

To create the environment, use:

conda create --name rocha --channel conda-forge --yes python rasterio fiona numpy

To activate this environment, use:

conda activate rocha

To deactivate an active environment, use:

conda deactivate

About

``rocha`` is a Python module for manipulate geospatial raster datasets based on vector geometries.

License:MIT License


Languages

Language:Python 100.0%