rocha
is a Python module for manipulate geospatial raster datasets based on vector geometries.
Author: André Rocha
PyData is a community for developers and users of Open Source Data Tools.
Anaconda is a downloadable, free, open source, high-performance and optimized Python and R distribution.
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.
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