titiler-mosaic


Nametitiler-mosaic JSON
Version 0.21.0 PyPI version JSON
download
home_pageNone
Summarycogeo-mosaic (MosaicJSON) plugin for TiTiler.
upload_time2025-01-24 12:58:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords cog stac mosaicjson fastapi dynamic tile server gdal rasterio ogc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## titiler.mosaic

<img style="max-width:400px" src="https://github.com/user-attachments/assets/14b92588-14eb-4b37-b862-cc5d0d8015c9"/>

Adds support for [MosaicJSON](https://github.com/developmentseed/mosaicjson-spec) in Titiler.

> MosaicJSON is an open standard for representing metadata about a mosaic of Cloud-Optimized GeoTIFF (COG) files.

Ref: https://github.com/developmentseed/mosaicjson-spec

## Installation

```bash
python -m pip install -U pip

# From Pypi
python -m pip install titiler.mosaic

# Or from sources
git clone https://github.com/developmentseed/titiler.git
cd titiler && python -m pip install -e src/titiler/core -e src/titiler/mosaic
```

## How To

```python
from fastapi import FastAPI
from titiler.mosaic.factory import MosaicTilerFactory

# Create a FastAPI application
app = FastAPI(
    description="A Mosaic tile server",
)

# Create a set of MosaicJSON endpoints
mosaic = MosaicTilerFactory()

# Register the Mosaic endpoints to the application
app.include_router(mosaic.router, tags=["MosaicJSON"])
```

## Package structure

```
titiler/
 └── mosaic/
    ├── tests/                   - Tests suite
    └── titiler/mosaic/          - `mosaic` namespace package
        ├── models/
        |   └── responses.py     - mosaic response models
        ├── errors.py            - cogeo-mosaic known errors
        └── factory.py           - Mosaic endpoints factory
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "titiler-mosaic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "COG, STAC, MosaicJSON, Fastapi, Dynamic tile server, GDAL, Rasterio, OGC",
    "author": null,
    "author_email": "Vincent Sarago <vincent@developmentseed.com>",
    "download_url": "https://files.pythonhosted.org/packages/4a/75/2079cbbd7e18caaa65c6bbbeb3d06e5449d83312b96b0bcfd45b33217887/titiler_mosaic-0.21.0.tar.gz",
    "platform": null,
    "description": "## titiler.mosaic\n\n<img style=\"max-width:400px\" src=\"https://github.com/user-attachments/assets/14b92588-14eb-4b37-b862-cc5d0d8015c9\"/>\n\nAdds support for [MosaicJSON](https://github.com/developmentseed/mosaicjson-spec) in Titiler.\n\n> MosaicJSON is an open standard for representing metadata about a mosaic of Cloud-Optimized GeoTIFF (COG) files.\n\nRef: https://github.com/developmentseed/mosaicjson-spec\n\n## Installation\n\n```bash\npython -m pip install -U pip\n\n# From Pypi\npython -m pip install titiler.mosaic\n\n# Or from sources\ngit clone https://github.com/developmentseed/titiler.git\ncd titiler && python -m pip install -e src/titiler/core -e src/titiler/mosaic\n```\n\n## How To\n\n```python\nfrom fastapi import FastAPI\nfrom titiler.mosaic.factory import MosaicTilerFactory\n\n# Create a FastAPI application\napp = FastAPI(\n    description=\"A Mosaic tile server\",\n)\n\n# Create a set of MosaicJSON endpoints\nmosaic = MosaicTilerFactory()\n\n# Register the Mosaic endpoints to the application\napp.include_router(mosaic.router, tags=[\"MosaicJSON\"])\n```\n\n## Package structure\n\n```\ntitiler/\n \u2514\u2500\u2500 mosaic/\n    \u251c\u2500\u2500 tests/                   - Tests suite\n    \u2514\u2500\u2500 titiler/mosaic/          - `mosaic` namespace package\n        \u251c\u2500\u2500 models/\n        |   \u2514\u2500\u2500 responses.py     - mosaic response models\n        \u251c\u2500\u2500 errors.py            - cogeo-mosaic known errors\n        \u2514\u2500\u2500 factory.py           - Mosaic endpoints factory\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "cogeo-mosaic (MosaicJSON) plugin for TiTiler.",
    "version": "0.21.0",
    "project_urls": {
        "Changelog": "https://developmentseed.org/titiler/release-notes/",
        "Documentation": "https://developmentseed.org/titiler/",
        "Homepage": "https://developmentseed.org/titiler/",
        "Issues": "https://github.com/developmentseed/titiler/issues",
        "Source": "https://github.com/developmentseed/titiler"
    },
    "split_keywords": [
        "cog",
        " stac",
        " mosaicjson",
        " fastapi",
        " dynamic tile server",
        " gdal",
        " rasterio",
        " ogc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b017dfd593dd52ab4511bad552c61295cf06a082b974a635ff008c94615c5c18",
                "md5": "d29ac9d9367a33339392b6cfa5e42f0f",
                "sha256": "0bd0c488a2e96eb422013c6ec541e699b144162a8ef09158c4906d5f05ccaf51"
            },
            "downloads": -1,
            "filename": "titiler_mosaic-0.21.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d29ac9d9367a33339392b6cfa5e42f0f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 11134,
            "upload_time": "2025-01-24T12:58:25",
            "upload_time_iso_8601": "2025-01-24T12:58:25.846971Z",
            "url": "https://files.pythonhosted.org/packages/b0/17/dfd593dd52ab4511bad552c61295cf06a082b974a635ff008c94615c5c18/titiler_mosaic-0.21.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a752079cbbd7e18caaa65c6bbbeb3d06e5449d83312b96b0bcfd45b33217887",
                "md5": "621b4891ca0f1897adc9fea47c4744a7",
                "sha256": "06d398d679225ee8e445783cab2de7c9234de704c4bcc48cc8274ba3e7f76a5e"
            },
            "downloads": -1,
            "filename": "titiler_mosaic-0.21.0.tar.gz",
            "has_sig": false,
            "md5_digest": "621b4891ca0f1897adc9fea47c4744a7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 10366,
            "upload_time": "2025-01-24T12:58:27",
            "upload_time_iso_8601": "2025-01-24T12:58:27.013359Z",
            "url": "https://files.pythonhosted.org/packages/4a/75/2079cbbd7e18caaa65c6bbbeb3d06e5449d83312b96b0bcfd45b33217887/titiler_mosaic-0.21.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-24 12:58:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "developmentseed",
    "github_project": "titiler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "titiler-mosaic"
}
        
Elapsed time: 1.32657s