## 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.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/4e/e9/09af1cc06ee67108f51262b8413bede9d4d3e491e218814413a72ebbf2c8/titiler_application-0.21.0.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",
"bugtrack_url": null,
"license": "MIT",
"summary": "A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL.",
"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": "fe1f1bcaa55adf5885d1023a5c3bf21980194228ed5198360b2f7daf83812c5e",
"md5": "c77ad233af99e9e4c4747455fe7fa699",
"sha256": "43d4d2c73ad571652982e82a9216bb6025eb672fc99b896a93364d24b9d23dcd"
},
"downloads": -1,
"filename": "titiler_application-0.21.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c77ad233af99e9e4c4747455fe7fa699",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 27140,
"upload_time": "2025-01-24T12:58:30",
"upload_time_iso_8601": "2025-01-24T12:58:30.177420Z",
"url": "https://files.pythonhosted.org/packages/fe/1f/1bcaa55adf5885d1023a5c3bf21980194228ed5198360b2f7daf83812c5e/titiler_application-0.21.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4ee909af1cc06ee67108f51262b8413bede9d4d3e491e218814413a72ebbf2c8",
"md5": "c67666fe51ad07ec0ec6266344fcccfe",
"sha256": "a2f6689b4b3917cebef85c48735e5b298949db996a1fbcf9029d5950b138e1da"
},
"downloads": -1,
"filename": "titiler_application-0.21.0.tar.gz",
"has_sig": false,
"md5_digest": "c67666fe51ad07ec0ec6266344fcccfe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 27406,
"upload_time": "2025-01-24T12:58:31",
"upload_time_iso_8601": "2025-01-24T12:58:31.254664Z",
"url": "https://files.pythonhosted.org/packages/4e/e9/09af1cc06ee67108f51262b8413bede9d4d3e491e218814413a72ebbf2c8/titiler_application-0.21.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-24 12:58:31",
"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"
}