Name | Modified | Size | Downloads / Week |
---|---|---|---|
WMSWalker.0.9.zip | 2009-10-20 | 11.6 kB | |
ReadMe.txt | 2009-10-20 | 888 Bytes | |
WMSWalker.0.2.zip | 2009-10-19 | 11.0 kB | |
Totals: 3 Items | 23.5 kB | 1 |
// Copyright, Tom Vijlbrief 2009, tvijlbrief@gmail.com, http://www.v7f.eu // // GPL licensed WMSWalker is a Java program which retrieves a set of images spanning a specified area from an WMSServer and converts the images to either GeoTIFF or .png with .wld world files. These files can eg be used to create a cache with pre-rendered images on the originating or another WMSServer. You'll need a Java runtime (at least 1.4) and the GDAL programs if you need GeoTIFFs. Example Usage from the commandline: java -jar WMSWalker -url http://localhost:8080/geoserver/wms -srs 28992 -layer Kadaster:PerceelVlakken -dir output -styles Styles -png (keeps .png and .wld files and skip GeoTIFF conversion) -gdal gdal_translate (the gdal_translate command you wish to use) -startx 150000 -starty 460000 -endx 152000 -endy 462000 -size 1024 -step 1000