## 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/81/0f/02a8878deaf2010f71c2899ba9c4bf376ca626292ea11a5b803c8d372b82/titiler.application-0.19.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\npython -m pip install -U pip\n\n# From Pypi\npython -m pip install titiler.application\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/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.19.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": "47f47aee040b60a2efa9c0bcab0dc161ed2307710947189ebd1e17f71bcab09d",
"md5": "5542a51646fe2ec03015a218d408561d",
"sha256": "2d4e43497822b3d5f63d68a0068b03e4c796ec66d59b75a281692358686b0d1f"
},
"downloads": -1,
"filename": "titiler.application-0.19.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5542a51646fe2ec03015a218d408561d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 26294,
"upload_time": "2024-11-14T13:30:06",
"upload_time_iso_8601": "2024-11-14T13:30:06.458995Z",
"url": "https://files.pythonhosted.org/packages/47/f4/7aee040b60a2efa9c0bcab0dc161ed2307710947189ebd1e17f71bcab09d/titiler.application-0.19.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "810f02a8878deaf2010f71c2899ba9c4bf376ca626292ea11a5b803c8d372b82",
"md5": "9ab65603e2da46da92cda7352bfe4c20",
"sha256": "a8063740230cfa30346d6e6af0c6dbb6477eed03226e8fa5eaae8f8f5220e609"
},
"downloads": -1,
"filename": "titiler.application-0.19.1.tar.gz",
"has_sig": false,
"md5_digest": "9ab65603e2da46da92cda7352bfe4c20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 26781,
"upload_time": "2024-11-14T13:30:09",
"upload_time_iso_8601": "2024-11-14T13:30:09.935063Z",
"url": "https://files.pythonhosted.org/packages/81/0f/02a8878deaf2010f71c2899ba9c4bf376ca626292ea11a5b803c8d372b82/titiler.application-0.19.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-14 13:30:09",
"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"
}