titiler.application


Nametitiler.application JSON
Version 0.18.1 PyPI version JSON
download
home_pageNone
SummaryA modern dynamic tile server built on top of FastAPI and Rasterio/GDAL.
upload_time2024-04-12 16:37:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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.application

<img style="max-width:400px" src="https://user-images.githubusercontent.com/10407788/115224800-53d9d980-a0db-11eb-86c3-1c94fde3ed4a.png"/>
<p align="center">Titiler's demo application.</p>

## Installation

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

# From Pypi
$ python -m pip install titiler.application

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

Launch Application
```bash
$ python -m pip install uvicorn
$ uvicorn titiler.application.main:app --reload
```

## Package structure

```
titiler/
 └── application/
    ├── tests/                   - Tests suite
    └── titiler/application/     - `application` namespace package
        ├── templates/
        |   └── index.html       - Landing page
        ├── main.py              - Main FastAPI application
        └── settings.py          - demo settings (cache, cors...)
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "titiler.application",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "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/77/5a/c73d988d87ed6d99fa8504b785a2abe63840f88175191283588c04793037/titiler.application-0.18.1.tar.gz",
    "platform": null,
    "description": "## titiler.application\n\n<img style=\"max-width:400px\" src=\"https://user-images.githubusercontent.com/10407788/115224800-53d9d980-a0db-11eb-86c3-1c94fde3ed4a.png\"/>\n<p align=\"center\">Titiler's demo application.</p>\n\n## Installation\n\n```bash\n$ python -m pip install -U pip\n\n# From Pypi\n$ python -m pip install titiler.application\n\n# Or from sources\n$ git clone https://github.com/developmentseed/titiler.git\n$ cd titiler && python -m pip install -e src/titiler/core -e src/titiler/extensions -e src/titiler/mosaic -e src/titiler/application\n```\n\nLaunch Application\n```bash\n$ python -m pip install uvicorn\n$ uvicorn titiler.application.main:app --reload\n```\n\n## Package structure\n\n```\ntitiler/\n \u2514\u2500\u2500 application/\n    \u251c\u2500\u2500 tests/                   - Tests suite\n    \u2514\u2500\u2500 titiler/application/     - `application` namespace package\n        \u251c\u2500\u2500 templates/\n        |   \u2514\u2500\u2500 index.html       - Landing page\n        \u251c\u2500\u2500 main.py              - Main FastAPI application\n        \u2514\u2500\u2500 settings.py          - demo settings (cache, cors...)\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL.",
    "version": "0.18.1",
    "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": "",
            "digests": {
                "blake2b_256": "d30e8c6ec5506ea44fd0555c67396daf76b2ff7ec2cbebb8e31fbc6aa66c43b2",
                "md5": "973b3d5936e14eb381a30b80a4da2e0c",
                "sha256": "4eb39243dbe756761a65f2790a73db37ee45c8cd76bf5d7784b03eb054164467"
            },
            "downloads": -1,
            "filename": "titiler.application-0.18.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "973b3d5936e14eb381a30b80a4da2e0c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 25964,
            "upload_time": "2024-04-12T16:37:56",
            "upload_time_iso_8601": "2024-04-12T16:37:56.402926Z",
            "url": "https://files.pythonhosted.org/packages/d3/0e/8c6ec5506ea44fd0555c67396daf76b2ff7ec2cbebb8e31fbc6aa66c43b2/titiler.application-0.18.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "775ac73d988d87ed6d99fa8504b785a2abe63840f88175191283588c04793037",
                "md5": "d1f99f044d950aeaf8efc42b01ca377f",
                "sha256": "8762246ee181fe94bbb0c3d3433672420309b9c06bd0b38c65b40413e27b3784"
            },
            "downloads": -1,
            "filename": "titiler.application-0.18.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d1f99f044d950aeaf8efc42b01ca377f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26462,
            "upload_time": "2024-04-12T16:37:57",
            "upload_time_iso_8601": "2024-04-12T16:37:57.967550Z",
            "url": "https://files.pythonhosted.org/packages/77/5a/c73d988d87ed6d99fa8504b785a2abe63840f88175191283588c04793037/titiler.application-0.18.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 16:37:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "developmentseed",
    "github_project": "titiler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "titiler.application"
}
        
Elapsed time: 0.24766s