{"id":21488778,"url":"https://github.com/khaledsharif/simplewmts","last_synced_at":"2025-10-13T07:38:34.363Z","repository":{"id":83779503,"uuid":"121879211","full_name":"KhaledSharif/SimpleWMTS","owner":"KhaledSharif","description":"Easily deploy your GeoTIFF files through the OGC WMTS standard","archived":false,"fork":false,"pushed_at":"2024-11-05T04:50:04.000Z","size":32,"stargazers_count":5,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-16T07:36:31.068Z","etag":null,"topics":["docker","gdal","geotiff","javascript","nginx","python","webpack","wmts-server"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KhaledSharif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-17T18:07:12.000Z","updated_at":"2024-09-29T11:04:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"31c8125d-386c-423a-bb37-4970c625ee39","html_url":"https://github.com/KhaledSharif/SimpleWMTS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KhaledSharif/SimpleWMTS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledSharif%2FSimpleWMTS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledSharif%2FSimpleWMTS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledSharif%2FSimpleWMTS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledSharif%2FSimpleWMTS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhaledSharif","download_url":"https://codeload.github.com/KhaledSharif/SimpleWMTS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledSharif%2FSimpleWMTS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014136,"owners_count":26085463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","gdal","geotiff","javascript","nginx","python","webpack","wmts-server"],"created_at":"2024-11-23T14:11:42.603Z","updated_at":"2025-10-13T07:38:34.331Z","avatar_url":"https://github.com/KhaledSharif.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleWMTS\n### Easily deploy your GeoTIFF files through the OGC WMTS standard\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Getting started\n\nFirst, download a GeoTIFF to test SimpleWMTS on. You can try the Natural Earth GeoTIFF [available here](http://www.naturalearthdata.com/downloads/50m-raster-data/50m-cross-blend-hypso/).\n\n```bash\nwget http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/raster/HYP_50M_SR_W.zip\nunzip HYP_50M_SR_W.zip\nmkdir ~/geotiffs \u0026\u0026 mv HYP_50M_SR_W/HYP_50M_SR_W.tif ~/geotiffs\n```\n\nSecond, clone this repository to your local machine.\n\n```bash\ngit clone https://github.com/KhaledSharif/SimpleWMTS.git simple-wmts\ncd simple-wmts\n```\n\nThird, build and run the Docker container. As is, the container will start off with a minimal Leaflet UI.\n\n```bash\ndocker build -f docker/Dockerfile.leaflet -t simplewmts:leaflet .\ndocker run -v ~/geotiffs:/geotiffs -p 7000:8080 simplewmts:leaflet\n```\n\nYou may have to wait a while the container downloads dependencies required for the frontend. Once everything is ready, you will see the following line of output.\n\n```\n* Running on http://0.0.0.0:4815/ (Press CTRL+C to quit)\n```\n\nSuccess! Now visit the UI by going to `http://localhost:7000` in your browser. Every GeoTIFF you added to the `geotiffs` folder in your home directory will appear as a button at the top of the UI; click on that button to change Leaflet's base layer to that GeoTIFF file.\n\nYou can also use OpenLayers or Cesium as your minimal UI instead of Leaflet. See [`Dockerfile.openlayers`](https://github.com/KhaledSharif/SimpleWMTS/blob/master/docker/Dockerfile.openlayers) and [`Dockerfile.cesium`](https://github.com/KhaledSharif/SimpleWMTS/blob/master/docker/Dockerfile.cesium) for more details. If you only need the SimpleWMTS API without `nginx` or any UI inside the container, see [`Dockerfile.barebones`](https://github.com/KhaledSharif/SimpleWMTS/blob/master/docker/Dockerfile.barebones).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhaledsharif%2Fsimplewmts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhaledsharif%2Fsimplewmts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhaledsharif%2Fsimplewmts/lists"}