AcrGIS Server vs. Mapserver vs. Geoserver

No Comments »

Hello,

here is a very interesting slide show about the benchmark between these mapping servers. Unfortunately ESRI declined to take part in this competition.

Seems to me as if Mapserver and Geoserver are nearly the same for vector data and shape files. According to raster the Mapserver FCGI is better than the Geoserver . Geoserver cannot handel BigTIFF so they had to make 2Gb tiles.

<

Hope you liked it!


Setup for Spatial-Data-Infrastructure

No Comments »

Building a Spatial Data Infrastructure SDI for Web services and Web Mapping Applications
from Scratch – My Link Collection
v 1.0

There are several Ways to setup a SDI with OGC Webservises! In this post I would like to introduce my approach to reach a complete free SDI with Linux, Geoserver and PostgreSQL.

The setup will be a Linux OS in VirtualBox 3.x:

 

Linux in VM

Select one of the following Linux Distributions

CentOS (Redhead)

http://www.centos.org/

Download: http://mirror.centos.org/centos/5/isos/

Good as server system but short release rotation

 

Fedora11

http://fedoraproject.org/en/get-fedora

Desktop system with less command-line input – also shot release rotation

 

OpenSolaris

http://hub.opensolaris.org/bin/view/Main/downloads

Server-system. Big advantage is the connection to Java(Script) since OpenSolaris is from Sun

 

Debian

http://www.debian.org/

Long lifetime

 

Java Runtime Environment 6

Setup JRE

Sun JRE 6 Java Environment 6 http://java.sun.com/javase/downloads/index.jsp
or download as package in any package manager

Geoserver 2.0 does not require JDK anymore, just use the JRE

Installing http://blog.razuna.com/2008/02/12/installing-the-latest-jre-6-on-centos-5/

 

 

GDAL – Geospatial Data Abstraction Library and Image IO-EXT GDAL
http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries

http://docs.codehaus.org/display/GEOTOOLS/ImageIO-EXT+GDAL

http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions

https://imageio-ext.dev.java.net/servlets/ProjectDocumentList?folderID=11803&expandFolder=11803&folderID=10435

https://imageio-ext.dev.java.net/files/documents/7505/133661/gdal_data-1.4.4.zip

 

Apache2 – Tomcat

??? Need help at this step J

 

PHP 5

aptitude install php5

or

use yum / yumex to install php

 

PostgreSQL & PostGIS the one and only DB

Your Db-System

PostgreSQL

http://www.postgresql.org/download/linux

 

PostGIS

http://postgis.refractions.net/

 

 

The GeoServer Setup
The Server

Opensource for Geoinfrastructure:
http://opengeo.org/
ß This is a start but not the best one J
http://opengeo.org/publications/opengeo-architecture/
ß Architecture

 

GeoServer
http://geoserver.org/display/GEOSDOC/Google+Web+Toolkit+%
28GWT%29,+OpenLayers+and+GeoServer


This is your main service for WMS WFS WFS-T and WCS

 

 

GeoWebCache
http://geowebcache.org/trac/prefs/pygments

This is a very useful tool for low bandwidth and weak servers

 

GeoStyler
http://geoserver.org/display/GEOS/GeoExt+Styler
http://styler.opengeo.org/trunk/

Another way to style a Layer

http://geoserver.org/display/GEOSDOC/SLD+Intro+Tutorial

This an experimental Project of OpenGeo

 

GeoExt
http://dev.geoext.org/geoext.pdf
http://geoext.blogspot.com/
http://www.geoext.org/
http://www.geoext.org/examples.html#examples

 

 

Print to PDFwith Geoserver

http://geoserver.org/display/GEOS/Printing+2.0+HOWTO

 

GeoServer goes mobile

http://geoserver.org/display/GEOS/GeoServer+Mobile+Edition+RnD

 

Management and GIS Applications

pgAdminIII

http://www.pgadmin.org/

 

uDig User-friendly Desktop Internet GIS

http://udig.refractions.net/
Gallery http://udig.refractions.net/gallery/

 

Developing Applications

Eclipse JavaScript IDE
http://eclipsetutorial.sourceforge.net/totalbeginner.html

 

Netbeans is another IDE for developing Javascript
http://www.netbeans.org/features/ide/editor.html

 

GeoTools is an open source Java GIS toolkit

http://www.geotools.org/quickstart.html

http://geotoolsnews.blogspot.com/

http://www.osgeo.org/geotools

 

 


 


CentOS 5.4 guest on Win7 host with VirtualBox

No Comments »

Thanks to this blog and the way to lower the CPU usage your guest system is producing.

My poor confguration is a AMD 3000xp+ with 2Gb Ram and with this simple fix its working perfect. VBox drops down to <15% CPU

Here is the line for /boot/grub/menu.lst

su

***********

sudo gedit /boot/grub/menu.lst

kernel /vmlinuz-2.6.18-164.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet divider=10

restart

Have fun!