Name | Downloads | Version | Platforms |
---|---|---|---|
pyramids is a GIS utility package using gdal, ....
pyramids
- GIS modules to enable the modeler to fully prepare the meteorological inputs and do all the preprocessing needed to build the model (align rasters with the DEM), in addition to various methods to manipulate and convert different forms of distributed data (rasters, NetCDF, shapefiles)
- Developing a DEM processing module for generating the river network at different DEM spatial resolutions.
Installing pyramids
from the conda-forge
channel can be achieved by:
conda install -c conda-forge pyramids=0.7.0
It is possible to list all the versions of pyramids
available on your platform with:
conda search pyramids --channel conda-forge
to install the last development to time, you can install the library from GitHub
pip install git+https://github.com/Serapieum-of-alex/pyramids
to install the last release, you can easily use pip
pip install pyramids-gis==0.7.0
>>> import pyramids