EOxServer is a server for presenting big Earth Observation (EO) data archives and metadata via Open Standards. It builds upon an Open Source stack of software which includes Python, MapServer, Django/GeoDjango, GDAL, PROJ.4 and a SpatiaLite or PostGIS database.
This Quick Start describes how to:
See the EOxServer Overview, the local EOxServer documentation, or the online EOxServer documentation for more information.
In case you use OSGeoLive with 1GB RAM or less it is recommended to stop default Tomcat service before launching EOxServer
sudo service tomcat6 stop
The icon labeled EOxServer filed under Web Services launches a browser showing the demonstration instance available at http://localhost/eoxserver/ which provides the same data as the one available online.
The icon labeled EOxServer Documentation also filed under Web Services launches a pdf viewer showing the available documentation.
The Web Client link allows you to see a list of available Dataset Series and Stitched Mosaics. The demonstration has one Dataset Series configured named “MER FRS 1P RGB reduced” holding three ENVISAT MERIS scenes. Please refer to the online demonstration documentation for more information on the available data.
Selecting a list entry provides you with a map view showing the outlines of the available Datasets.
Using the standard OpenLayers controls you can enable also previews of the available data.
With the Date slider the Datasets shown can be limited to the time interval of interest.
The Download button provides you a list of downloadable Datasets. Downloadable means within the set Bounding Box or currently viewn map extent if not set and the set time interval. You can select which Datasets to download in which size, projection, format, and band subset.
Start Download initiates the actual download which might result in multiple files if multiple Datasets have been selected.
The Admin Client link brings you to the login page for the Admin Client. The password for the user admin is admin.
The Admin Client is Djangos standard admin and allows you to configure the available data. Please feel free to explore the client. More information can be found in the operators’ guide.
It is for example possible to view and alter the EO Metadata Entries of the configured Dataset Series.
This is a simple demonstration, but you can do much more with EOxServer. The project website contains a lot of resources to help you get started. Here’s a few resources to check out next: