Difference between revisions of "Benchmarking 2011/MapServer notes"
Jump to navigation
Jump to search
Msmitherdc (talk | contribs) |
Msmitherdc (talk | contribs) |
||
Line 3: | Line 3: | ||
overviews added with | overviews added with | ||
− | find . -name "*.bil" | xargs -I{} gdaladdo -r average {} 2 4 8 16 32 64 | + | |
+ | <code>find . -name "*.bil" | xargs -I{} gdaladdo -r average {} 2 4 8 16 32 64</code> | ||
+ | |||
+ | tileindex built with | ||
+ | |||
+ | <code>gdaltindex dem_bil16int.shp /benchmarking/wms/2011/data/raster/DEM/bil_16int/data/*.bil</code> |
Revision as of 07:57, 21 August 2011
- Styling from http://mapserver-utils.googlecode.com/svn/branches/imposm-branch revision 95
svn http://mapserver-utils.googlecode.com/svn/branches/imposm-branch -r 95
overviews added with
find . -name "*.bil" | xargs -I{} gdaladdo -r average {} 2 4 8 16 32 64
tileindex built with
gdaltindex dem_bil16int.shp /benchmarking/wms/2011/data/raster/DEM/bil_16int/data/*.bil