On a regular day in February 2009, about 120 different IPs visited the OSGeo planet front page (http://planet.osgeo.org), about 25% of them from the US:
My previous post was a bit unfortunate. The only relevant conclusion of it is that WebP does provide better compression ratios than JPEG for the same level of lossiness. Here is a new comparison method: Take the original image and compress it to WebP and JPEG using all possible quality levels. In both cases, the … Continue reading
This is an attempt to quantify the compression performance of Google’s WebP image format compared to that of JPEG. The method is as follows: Take a large lossless image like this one and cut it up in a not too small number of large tiles. In my test, I have cropped the image a bit … Continue reading
The OLPC XO Fedora laptop has fallen into my hands by chance for a few days and I have obviously tested Unofficial gvSIG Mobile for Openmoko on it. The latest swt.jar for Linux x86 devices looks really nice on it. Background is a tiled (client side) Japanese ArcIMS service: The Open Mobile IS synchro engine … Continue reading
If we accept Spherical Mercator tiles and the ZXY storage scheme as standard and still wish to use all the nice WMS servers we know, we can easily set up a middle tile server like this: For example, this request gets a OSM-like tile from a conventional Bavarian WMS server: http://lucasdom.homelinux.org:8077/services/smtile?baseurl=http://www.geodaten.bayern.de/ogc/getogc.cgi%3fREQUEST=GetMap%26SERVICE=WMS%26VERSION=1.1.1%26LAYERS=UK500,TK50&x=8711&y=5643&z=14 The advantage of this … Continue reading
Yes, Albion in all its 1:250,000 glory, brought to you by the British taxpayer ;) I downloaded the images from here (1:250,000 Scale Colour Raster), then embedded them in a large LaTeX document using pdfLaTeX. Right-click on the images and choose Save target as…, if you don’t want your web browser to open it. The … Continue reading
A nice example of how data synchronization and GIS software integrate on a mobile platform: Manuel Gomez (from Ubikis, Lyon, France) has published a proof of concept application for Windows Mobile where he integrates gvSIG Mobile and the Open Mobile IS framework. From the main control panel, you can switch between the map and the … Continue reading
The following comparison method has been applied to three lossless raster maps (urban orthophoto, rural orthophoto and a 8-bpp map): Compress the original image to JPG. Compress the original image to ECW using different compression levels until the resulting ECW file is slightly larger than the JPG file obtained in the previous step (this gives … Continue reading
The year 1656 saw the creation in Madrid of -at least- two graphic masterpieces: while Velázquez was doing that, the Portuguese cartographer Pedro Teixeira was doing this (click to enlarge): A superb map of Madrid in the times of the late Spanish Habsburgs. You can download it as a georeferenced (EPSG:25830) ECW file and also … Continue reading
Sometimes a large vector layer needs to be rendered on a relatively small area on the screen. This happens especially with mobile devices, where screen size ranges between 240 x 320 and 480 x 850 pixels. If the vector layer affects a small number of pixels, it makes no sense to go through all the … Continue reading