pyramids-gis


Namepyramids-gis JSON
Version 0.8.0 PyPI version JSON
download
home_pageNone
SummaryGIS utility package
upload_time2025-09-06 22:28:20
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.11
licenseGNU General Public License v3
keywords gis gdal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Documentations](https://img.shields.io/badge/Documentations-blue?logo=github&logoColor=white)](https://serapieum-of-alex.github.io/pyramids/main/)
[![Python Versions](https://img.shields.io/pypi/pyversions/pyramids-gis.png)](https://img.shields.io/pypi/pyversions/pyramids-gis)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
![GitHub last commit](https://img.shields.io/github/last-commit/Serapieum-of-alex/pyramids)
![GitHub Repo stars](https://img.shields.io/github/stars/Serapieum-of-alex/pyramids?style=social)
[![codecov](https://codecov.io/gh/Serapieum-of-alex/pyramids/graph/badge.svg?token=g0DV4dCa8N)](https://codecov.io/gh/Serapieum-of-alex/pyramids)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5e3aa4d0acc843d1a91caf33545ecf03)](https://www.codacy.com/gh/Serapieum-of-alex/pyramids/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Serapieum-of-alex/pyramids&amp;utm_campaign=Badge_Grade)

![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Serapieum-of-alex/pyramids/latest?include_prereleases&style=plastic)

[![pages-build-deployment](https://github.com/Serapieum-of-alex/pyramids/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Serapieum-of-alex/pyramids/actions/workflows/pages/pages-build-deployment)

Current release info
====================

| Name                                                                                                                 | Downloads                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Version                                                                                                                                                                                                                     | Platforms                                                                                                                                                                                                                                                                                                                                 |
|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [![Conda Recipe](https://img.shields.io/badge/recipe-pyramids-green.svg)](https://anaconda.org/conda-forge/pyramids) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/pyramids.svg)](https://anaconda.org/conda-forge/pyramids) [![Downloads](https://pepy.tech/badge/pyramids-gis)](https://pepy.tech/project/pyramids-gis) [![Downloads](https://pepy.tech/badge/pyramids-gis/month)](https://pepy.tech/project/pyramids-gis)  [![Downloads](https://pepy.tech/badge/pyramids-gis/week)](https://pepy.tech/project/pyramids-gis)  ![PyPI - Downloads](https://img.shields.io/pypi/dd/pyramids-gis?color=blue&style=flat-square) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/pyramids.svg)](https://anaconda.org/conda-forge/pyramids) [![PyPI version](https://badge.fury.io/py/pyramids-gis.svg)](https://badge.fury.io/py/pyramids-gis) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/pyramids.svg)](https://anaconda.org/conda-forge/pyramids) [![Join the chat at https://gitter.im/Hapi-Nile/Hapi](https://badges.gitter.im/Hapi-Nile/Hapi.svg)](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

![1](/docs/_images/package-work-flow/overall.png)

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])"
```

![Dataset diagram](./docs/_images/pyramids-dataset.svg)

            

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": "[![Documentations](https://img.shields.io/badge/Documentations-blue?logo=github&logoColor=white)](https://serapieum-of-alex.github.io/pyramids/main/)\r\n[![Python Versions](https://img.shields.io/pypi/pyversions/pyramids-gis.png)](https://img.shields.io/pypi/pyversions/pyramids-gis)\r\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\r\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\r\n![GitHub last commit](https://img.shields.io/github/last-commit/Serapieum-of-alex/pyramids)\r\n![GitHub Repo stars](https://img.shields.io/github/stars/Serapieum-of-alex/pyramids?style=social)\r\n[![codecov](https://codecov.io/gh/Serapieum-of-alex/pyramids/graph/badge.svg?token=g0DV4dCa8N)](https://codecov.io/gh/Serapieum-of-alex/pyramids)\r\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5e3aa4d0acc843d1a91caf33545ecf03)](https://www.codacy.com/gh/Serapieum-of-alex/pyramids/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Serapieum-of-alex/pyramids&amp;utm_campaign=Badge_Grade)\r\n\r\n![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Serapieum-of-alex/pyramids/latest?include_prereleases&style=plastic)\r\n\r\n[![pages-build-deployment](https://github.com/Serapieum-of-alex/pyramids/actions/workflows/pages/pages-build-deployment/badge.svg)](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| [![Conda Recipe](https://img.shields.io/badge/recipe-pyramids-green.svg)](https://anaconda.org/conda-forge/pyramids) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/pyramids.svg)](https://anaconda.org/conda-forge/pyramids) [![Downloads](https://pepy.tech/badge/pyramids-gis)](https://pepy.tech/project/pyramids-gis) [![Downloads](https://pepy.tech/badge/pyramids-gis/month)](https://pepy.tech/project/pyramids-gis)  [![Downloads](https://pepy.tech/badge/pyramids-gis/week)](https://pepy.tech/project/pyramids-gis)  ![PyPI - Downloads](https://img.shields.io/pypi/dd/pyramids-gis?color=blue&style=flat-square) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/pyramids.svg)](https://anaconda.org/conda-forge/pyramids) [![PyPI version](https://badge.fury.io/py/pyramids-gis.svg)](https://badge.fury.io/py/pyramids-gis) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/pyramids.svg)](https://anaconda.org/conda-forge/pyramids) [![Join the chat at https://gitter.im/Hapi-Nile/Hapi](https://badges.gitter.im/Hapi-Nile/Hapi.svg)](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![1](/docs/_images/package-work-flow/overall.png)\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![Dataset diagram](./docs/_images/pyramids-dataset.svg)\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"
}
        
Elapsed time: 2.64614s