- Notifications
You must be signed in to change notification settings - Fork0
Serapieum-of-alex/pyramids
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 preprocessingneeded to build the model (align rasters with the DEM), in addition to various methods to manipulate andconvert different forms of distributed data (rasters, NetCDF, shapefiles)
Installingpyramids
from theconda-forge
channel can be achieved by:
conda install -c conda-forge pyramids=0.7.2
It is possible to list all the versions ofpyramids
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.2
>>> import pyramids
About
Geospatial data package