Using GDAL to create MBtiles from WMTS/WMS and rasters
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 30/100
- Issue type
- Documentation
- Clarity
- Needs clarification
- Activity status
- Stale
- Domain
- documentation
Research direction
No target documentation file or test is identified. Start by reviewing the GDAL command sequence for WMTS/WMS and raster-to-MBTiles conversion, then determine where this workflow belongs in the documentation. Done means the supported workflow, required inputs, and example commands are documented clearly.
Written by the indexing model from the issue text.
Description
It is more convenient to use GDAL for automating creation of MBtiles from WMTS/WMS.
- Download the WM(T)S.xml
- use GDAL to extract the layer you want:
gdal_translate "WMTS:wmts.xml,layer=Road_27700" wmts2.xml -of WMTS - Convert to MBTile:
gdal_translate -of MBTILES wmts2.xml os-offline.mbtiles -projwin <ulx> <uly> <lrx> <lry> -projwin_srs EPSG:27700 - Add overviews:
gdaladdo os-offline.mbtiles 2 4 8 16 32 64 128 256 512 1024
- Dominant language
- Vue
- Stars
- 15
- Forks
- 22
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 11
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from MerginMaps/docs
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
MerginMaps/docs#757 ·
-
mobile app reference
Difficulty 1/5 1-3 hours Newbie friendliness 68/100
MerginMaps/docs#124 · 20 comments ·
-
not-released-yet
Difficulty 3/5 1-2 days Newbie friendliness 45/100
MerginMaps/docs#823 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
MerginMaps/docs#804 ·
-
not-released-yet
Difficulty 5/5 Over a week Newbie friendliness 20/100
MerginMaps/docs#801 ·
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
palladius/rails8-app-on-gcp#145 ·
-
NeedsTriage
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
error Open
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
textual definition
Difficulty 1/5 Under an hour Newbie friendliness 90/100
geneontology/go-ontology#32653 ·