[](https://serapieum-of-alex.github.io/pyramids/main/)
[](https://img.shields.io/pypi/pyversions/pyramids-gis)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://github.com/pre-commit/pre-commit)


[](https://codecov.io/gh/Serapieum-of-alex/pyramids)
[](https://www.codacy.com/gh/Serapieum-of-alex/pyramids/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Serapieum-of-alex/pyramids&utm_campaign=Badge_Grade)

[](https://github.com/Serapieum-of-alex/pyramids/actions/workflows/pages/pages-build-deployment)
Current release info
====================
| Name | Downloads | Version | Platforms |
|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [](https://anaconda.org/conda-forge/pyramids) | [](https://anaconda.org/conda-forge/pyramids) [](https://pepy.tech/project/pyramids-gis) [](https://pepy.tech/project/pyramids-gis) [](https://pepy.tech/project/pyramids-gis)  | [](https://anaconda.org/conda-forge/pyramids) [](https://badge.fury.io/py/pyramids-gis) | [](https://anaconda.org/conda-forge/pyramids) [](https://gitter.im/Hapi-Nile/Hapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
### conda-forge feedstock
[Conda-forge feedstock](https://github.com/conda-forge/pyramids-feedstock)
pyramids - GIS utility package
=====================================================================
**pyramids** is a GIS utility package using gdal, ....
pyramids

Main Features
-------------
- 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)
Installing pyramids
===============
Installing `pyramids` from the `conda-forge` channel can be achieved by:
```
conda install -c conda-forge pyramids=0.7.3
```
It is possible to list all the versions of `pyramids` available on your platform with:
```
conda search pyramids --channel conda-forge
```
## Install from GitHub
to install the last development to time, you can install the library from GitHub
```
pip install git+https://github.com/Serapieum-of-alex/pyramids
```
## pip
to install the last release, you can easily use pip
```
pip install pyramids-gis==0.7.3
```
Quick start
===========
```
>>> import pyramids
```
Docker
======
A Dockerfile is provided to run pyramids-gis in a controlled environment with the correct GDAL stack preinstalled via conda-forge.
Build the image:
```
# from the repository root
docker build -t pyramids-gis:latest .
```
Run the container (mount your current folder as /workspace):
```
# Windows PowerShell
docker run --rm -it -v ${PWD}:/workspace pyramids-gis:latest bash
```
Inside the container you can verify the package is installed:
```
python -c "import pyramids; import sys; print('pyramids', getattr(pyramids, '__version__', 'dev'), 'Python', sys.version.split()[0])"
```

Raw data
{
"_id": null,
"home_page": null,
"name": "pyramids-gis",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.11",
"maintainer_email": null,
"keywords": "GIS, gdal",
"author": null,
"author_email": "Mostafa Farrag <moah.farag@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/7b/02/60f89b6a3adf5aabe28f6d8bc2d6538f0121fdb075989a00489dbcae7a33/pyramids_gis-0.8.0.tar.gz",
"platform": null,
"description": "[](https://serapieum-of-alex.github.io/pyramids/main/)\r\n[](https://img.shields.io/pypi/pyversions/pyramids-gis)\r\n[](https://www.gnu.org/licenses/gpl-3.0)\r\n[](https://github.com/pre-commit/pre-commit)\r\n\r\n\r\n[](https://codecov.io/gh/Serapieum-of-alex/pyramids)\r\n[](https://www.codacy.com/gh/Serapieum-of-alex/pyramids/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Serapieum-of-alex/pyramids&utm_campaign=Badge_Grade)\r\n\r\n\r\n\r\n[](https://github.com/Serapieum-of-alex/pyramids/actions/workflows/pages/pages-build-deployment)\r\n\r\nCurrent release info\r\n====================\r\n\r\n| Name | Downloads | Version | Platforms |\r\n|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\r\n| [](https://anaconda.org/conda-forge/pyramids) | [](https://anaconda.org/conda-forge/pyramids) [](https://pepy.tech/project/pyramids-gis) [](https://pepy.tech/project/pyramids-gis) [](https://pepy.tech/project/pyramids-gis)  | [](https://anaconda.org/conda-forge/pyramids) [](https://badge.fury.io/py/pyramids-gis) | [](https://anaconda.org/conda-forge/pyramids) [](https://gitter.im/Hapi-Nile/Hapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |\r\n\r\n### conda-forge feedstock\r\n[Conda-forge feedstock](https://github.com/conda-forge/pyramids-feedstock)\r\n\r\n\r\npyramids - GIS utility package\r\n=====================================================================\r\n**pyramids** is a GIS utility package using gdal, ....\r\n\r\npyramids\r\n\r\n\r\n\r\nMain Features\r\n-------------\r\n\r\n- GIS modules to enable the modeler to fully prepare the meteorological inputs and do all the preprocessing\r\n needed to build the model (align rasters with the DEM), in addition to various methods to manipulate and\r\n convert different forms of distributed data (rasters, NetCDF, shapefiles)\r\n\r\nInstalling pyramids\r\n===============\r\n\r\nInstalling `pyramids` from the `conda-forge` channel can be achieved by:\r\n\r\n```\r\nconda install -c conda-forge pyramids=0.7.3\r\n```\r\n\r\nIt is possible to list all the versions of `pyramids` available on your platform with:\r\n\r\n```\r\nconda search pyramids --channel conda-forge\r\n```\r\n\r\n## Install from GitHub\r\n\r\nto install the last development to time, you can install the library from GitHub\r\n\r\n```\r\npip install git+https://github.com/Serapieum-of-alex/pyramids\r\n```\r\n\r\n## pip\r\n\r\nto install the last release, you can easily use pip\r\n\r\n```\r\npip install pyramids-gis==0.7.3\r\n```\r\n\r\nQuick start\r\n===========\r\n\r\n```\r\n >>> import pyramids\r\n```\r\n\r\nDocker\r\n======\r\n\r\nA Dockerfile is provided to run pyramids-gis in a controlled environment with the correct GDAL stack preinstalled via conda-forge.\r\n\r\nBuild the image:\r\n\r\n```\r\n# from the repository root\r\ndocker build -t pyramids-gis:latest .\r\n```\r\n\r\nRun the container (mount your current folder as /workspace):\r\n\r\n```\r\n# Windows PowerShell\r\ndocker run --rm -it -v ${PWD}:/workspace pyramids-gis:latest bash\r\n```\r\n\r\nInside the container you can verify the package is installed:\r\n\r\n```\r\npython -c \"import pyramids; import sys; print('pyramids', getattr(pyramids, '__version__', 'dev'), 'Python', sys.version.split()[0])\"\r\n```\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "GNU General Public License v3",
"summary": "GIS utility package",
"version": "0.8.0",
"project_urls": {
"Changelog": "https://github.com/Serapieum-of-alex/pyramids/docs/change-log.md",
"documentation": "https://serapieum-of-alex.github.io/pyramids",
"homepage": "https://github.com/Serapieum-of-alex/pyramids",
"repository": "https://github.com/Serapieum-of-alex/pyramids"
},
"split_keywords": [
"gis",
" gdal"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "055033bf1745e54048baecc1cebc458e769960538aa204e7cd0a64d63d59ad1c",
"md5": "6a5e0d7117d9f581ac4e016a96379571",
"sha256": "585fd56e9471a90b35396d9aec8b9c0d176318312b8e4c33a388f33384afc6f9"
},
"downloads": -1,
"filename": "pyramids_gis-0.8.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6a5e0d7117d9f581ac4e016a96379571",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.11",
"size": 115193,
"upload_time": "2025-09-06T22:28:18",
"upload_time_iso_8601": "2025-09-06T22:28:18.924866Z",
"url": "https://files.pythonhosted.org/packages/05/50/33bf1745e54048baecc1cebc458e769960538aa204e7cd0a64d63d59ad1c/pyramids_gis-0.8.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7b0260f89b6a3adf5aabe28f6d8bc2d6538f0121fdb075989a00489dbcae7a33",
"md5": "bb04f8a6a0a88f7120b8849fb7f0e027",
"sha256": "e4ee5a0fbba5c6c96b1206e8dd8476f305e34cf5e0bc72d48f513c13f4263ff5"
},
"downloads": -1,
"filename": "pyramids_gis-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "bb04f8a6a0a88f7120b8849fb7f0e027",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.11",
"size": 115462,
"upload_time": "2025-09-06T22:28:20",
"upload_time_iso_8601": "2025-09-06T22:28:20.298883Z",
"url": "https://files.pythonhosted.org/packages/7b/02/60f89b6a3adf5aabe28f6d8bc2d6538f0121fdb075989a00489dbcae7a33/pyramids_gis-0.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-06 22:28:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Serapieum-of-alex",
"github_project": "pyramids",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyramids-gis"
}