Tagged Questions
0
votes
0answers
33 views
setup Mapserver WMS from tile files
I'm totally new to Mapserver and I've been banging my head trying to figure out how to mount a WMS server that will seed images of a small geographical area to a OpenLayers HTML page.
I already ...
2
votes
0answers
66 views
Why do I get different output from gdal2tiles vs. maptiler?
I am trying to generate map tiles using gdal2tiles for an area much larger than MapTiler can handle. However, my tile caches are not showing up on the maps. I checked gdal2tiles by running the same ...
2
votes
0answers
28 views
efficiently slicing tiles with gdal C API
Im working a project using the gdal C api(in a block of objective-c) to slice TMS style png tiles. The code currently works, but I'm running into some trouble optimizing to run fast enough for use on ...
0
votes
1answer
111 views
How do i use gdal2tiles for creating tilecache?
I want to create tiled cache from raster file, so i downloaded gdal2tiles.py.
Now i don't get what (and how) i must do with that python script file.
1
vote
1answer
188 views
Slow tiles generation for leaflet js
I am currently trying to use leaflet to display images (jpeg or png) instead of maps, I have followed the instructions on this blog post to create the tiles using gdal2tiles.py here is the code we ...
2
votes
1answer
110 views
Tiling Rasters based on an existing Polygon Shapefile (Vector Grid)
I have a tile index representing the tile scheme used to tile Lidar data. I want to tile imagery rasters using the same tiling scheme. I have not found anyway using open source tools to tile a ...
3
votes
2answers
352 views
Should I use gdal_retile.py or gdal2tiles.py?
I have many GeoTif files that I want to display in google earth with Geoserver. I am wondering if I want to use gdal_retile.py or gdal2tiles.py to create the image pyramids for them to be usable in ...
1
vote
1answer
151 views
How to choose suitable pyramid levels and tile size?
I have a big tiff file and i want to create tiles with gdal_retile. However I am still concerned about the pyramids levels and the tiles' size. how can I choose suitable pyramids levels (for example ...
3
votes
1answer
139 views
Generate a pyramid of tiles by 1/2 scaling a higher zoom level
Given a set of tiles covering a large area at a particular zoom level (These are online on someone's tile server and will need scraping, but let's assume these are on disk if it's easier. With TMS ...
10
votes
1answer
590 views
Understanding the Map Tile creation properties
I am trying to create a tile base map.
I have an image that I want to create the tile from and I am using GDAL.
I managed to create the tiles but when I view the result it seems that the tiled map ...
1
vote
1answer
157 views
GDAL Tiling, Missing Tiles
i have used gdal2tiles.py for tiling about 100 tiff tiles which i have generated virtual dataset with gdalbuildvrt for my 1:250.000 scaled maps...
everything goes well from 15 to 11, but when it ...
0
votes
1answer
183 views
Tiling failing near the end of generating base level tiles
I have a GeoTiff file that I have created by using the command:
gdal_translate -gcp <my gcp> -a_srs <my wkt file> input.tif output.tif
Note that I have twelve -gcp options set on the ...
2
votes
2answers
599 views
Is there any way of merging two sets of tiles with gdal2tiles?
I've executed gdal2tiles against 2 raster coverages:
One big raster coverage, composed by several TIFF files. Example of
tile: http://dl.dropbox.com/u/6599273/319.png
One single TIFF file, ...
7
votes
3answers
722 views
Performance of google map tile creation processes
I know that question is rather vague but please bear w/me. I'm trying to get an idea of what sort of product performance - specifically timing - people have seen for various methodologies they have ...
7
votes
2answers
2k views
Difference between Geoserver stores: ImageMosaic, WorldImage, ImagePyramid
What are the differences between the Geoserver stores ImageMosaic, WorldImage, and ImagePyramid? I noticed that ImagePyramid is no longer included in the latest Geoserver. Is one of these more ...
5
votes
1answer
887 views
What tile/tiling strategy should I use with GeoNode/GeoServer?
I've got a wicked GeoNode instance running, loaded with some basic vector data. I want to be able to serve our local-County aerial imagery as a basemap within GeoNode. I am thoroughly overwhelmed with ...
14
votes
5answers
3k views
How to cut a 'tiled image' from a raster dataset using GDAL?
I am working on an app that needs to create tiles (jpeg) from a given raster dataset. My initial inclination was to use gdal2tiles.py, but its performance seems like it could be improved.
That leads ...
12
votes
3answers
5k views
How to georeference a web mercator tile correctly using gdal?
As an example I will take the following tile http://a.tile.openstreetmap.org/3/4/2.png and save it as "4_2.png".
The WGS84 coordinates of this tile can be calculated or read there by clicking the ...
5
votes
4answers
2k views
Converting huge geotiffs to tilepyramid
I'm trying to convert a 20 GB LZW compressed geotiff to a tilepyramid using gdal2tiles.
Unfortunately, gdal2tiles seems not to be able to handle this, after running it for 10 hours it still hasn't ...