liste

Bonjour et bienvenue dans mon site ! Willkommen auf meiner Seite! welcome in my homepage! http://assistance-en-sig.blogspot.com/ SIG ; Bases de données ; Géomatique; Python; ArcGIS; QGIS;

recherche

Tuesday, November 27, 2012

Tutorial: Modelbuilder for ArcGIS + Data

Background



 
In general terms, a model is a representation of reality. A model represents only those factors that are important to your work flow and creates a simplified, manageable view of the real world.

ModelBuilder is an interface used to conduct geographic processing or geoprocessing functions in ArcGIS. It is part of ArcGIS’s core technology. Visually, it looks a lot like a flow chart. The power of ModelBuilder is that it allows users to automate geoprocessing functions on their data easily without writing any code. The visual nature of the interface makes it very easy to design and follow workflows and makes it a great tool for teaching students.

What is geoprocessing?

Geoprocessing is based on a framework of data transformation. A typical geoprocessing tool performs an operation on an ArcGIS dataset (such as a shapefile, feature class, raster, or table) and produces a new dataset as the result of the tool.

A geoprocessing tutorial can be found under the Tutorials in ArcView 8.x/9.x on the ESRI Canada website – http://www.esricanada.com/english/3552.asp, if you need a review.

Why build models?

Building a model helps you manage and automate your geoprocessing work flow. Managing processes and their supporting data can be difficult without the aid of a model.

Advantages of ModelBuilder
•    Visually representing workflow (excellent for students)
•    Automating workflows
•    Rerunning geoprocesses unlimited times with different data and parameters
•    Sharing models with other users
•    Exporting models as graphics for reports

It is easiest to think about ModelBuilder like a mathematical equation. There is an input or multiple inputs of data, an operation is performed on the input data that alters it in a certain way, and the data is returned as a new output.
In this Tutorial, you will learn:
 •    What is ModelBuilder
•    What you can do with ModelBuilder
•    How you can create your own model using geoprocessing tools
•    How to export a model as a graphic or as a script to share with others



Download the Data
Download the Tutorial PDF

If you find this tutorial useful thanks for making a donation by clicking one of the ads (Adsense) 

Saturday, November 24, 2012

Free Spatial Data


Country level

Download country level data for any country in the world: administrative boundaries, roads, railroads, altitude, land cover, population density.

Global level

A new file with the (2011) global country boundaries

Global climate data

See WorldClim or diva-gis specific data here

Species occurrence data

Crop (genebank) collection data

Near global 90 meter resolution elevation data

High resolution satellite images (LandSat)

for nearly all of the world can be downloaded here. They are in the MrSid format that can be visualized in DIVA-GIS (note: they are in UTM projections, so you will need to project your shapefiles to UTM as well).

A very good list

of data sources from the Eden project.

Source (www.diva-gis.org)

Interested with this article, thanks for making a donation by clicking one of the ads

Vous trouvez ce document utile! merci de nous faire un petit don en cliquant sur un des liens publicitaires

Friday, November 23, 2012

Working with your PostGIS Layers using Quantum GIS (QGIS)

This tutorial will explain to the user how to connect QGIS to your PostgreSQL/PostGIS database and spatially view any of your tables containing a geometry column. PostGIS is a powerful database for GIS functions and data storage so it is nice to have a program to visually see the GIS data stored within the database.  QGIS is an easy to use open source GIS application and is ideal for data viewing, editing, and making maps.

Si vous trouvez ce document utile et interessant merci de faire un don en cliquant sur un lien publicitaire dans le cadre 

You are required to have a PostgreSQL database with PostGIS installed.  
To install PostGIS you can visit the following website 
This database will need a GIS table (contains a geometry type column). Follow the next few steps to import the shapefile to PostgreSQL using QGIS.

Importing Shapefile Data to PostGIS using QGIS

Open Quantum GIS and click the “Import Shapefiles to PostgreSQL" QGIS Import Shapefiles to PostgreSQL button. This will open SPIT (Shapefile to PostGIS Import Tool).

Start by creating a connection to your PostgreSQL database.  Under “PostgreSQL Connections” click the “New” button.  Add a name for your connection, and then enter the parameters for your database connection (Host, Database, Port, Username, and Password).  Click the “Test Connection” button and you should see a message saying “Connection to databasename was successful”.  Once this is successful, click OK.

QGIS PostGIS Connection

Select your server from the dropdown list and click “Connect”, a list of your schemas will appear in the Global schema dropdown menu.  Choose the schema where you would like to import the data. Now click the “Add” button and add your shapefile. Ensure the information is correct concerning the shapefile and click “OK”.

QGIS SPIT (Shapefile to PostGIS Import Tool)

Your shapefile is now added to your database. Next, we will view the newly added PostGIS data.

Viewing PostGIS Layers using QGIS

Click the “Add PostGIS Layer” button QGIS Add PostGIS Layer. This will open up a window.

Under “PostgreSQL Connections” select your server name from the dropdown list and click “Connect”.  You will see a list of your PostgreSQL schemas. Open the schema containing your GIS data to see a list of all available layers.  Select the n_america layer click “Add”.

QGIS Add PostGIS Table

The GIS data for North America will appear in the data viewing area. Use the “Zoom In” tool QGIS Zoom In to draw a box closely around the US, Canada, and Mexico.

QGIS Layer View

To view the attribute table for this layer, right-click the layer and choose “Open Attribute Table” or click the icon QGIS Open Attribute Table when the layer is selected.

To edit your data, turn on the editor by clicking the “Toggle Editing” icon QGIS Toggle Editing.  Save your edits using the “Save Edits” button QGIS Save Edits.

A simple way to identify features or query the attributes of a location is to use the “Identify Features” tool QGIS Identify Features. Click a location on the map to view its attributes.

Classifying your Data


Right-click the n_america layer and choose “Properties”. Under Symbology -> Legend Type, choose “Unique Value”. Under “Classification field”, choose “country” and click Classify. Each unique value in the country column will be given a random color. Click “OK”.

QGIS Symbology

Now let’s add some labels.  Select the n_america layer and click the “Labeling” button QGIS Labeling. Put a check next to “Label this layer”. Under “Field with labels”, choose “country” and click “OK”.

QGIS Map

This concludes our tutorial on working with PostGIS data with QGIS. The user should now know how to import shapefile data into a PostGIS database, load that layer in QGIS, view/edit the attributes, and symbolize the map according to its values.

If you find this tutorial useful please make a donation by clicking one of the ads (Adsense) thanks 

What Is PostGIS?


PostGIS is an open source, freely available, and fairly OGC compliant spatial database extender for the PostgreSQL Database Management System. In a nutshell it adds spatial functions such as distance, area, union, intersection, and specialty geometry data types to the database. PostGIS is very similar in functionality to SQL Server 2008 Spatial support, ESRI ArcSDE, Oracle Spatial, and DB2 spatial extender. The latest release version now comes packaged with the PostgreSQL DBMS installs as an optional add-on. As of this writing PostGIS 2.0.0 is the latest stable release.

Wednesday, November 21, 2012

ArcGIS Desktop 10 Tutorial

If you see that this document is beneficial please share it

Table of Contents 

ARCGIS DESKTOP 10.X TRAINING ............................................................................. 1
INTRODUCTION TO ARCGIS ........................................................................................ 1
WHAT IS GIS .................................................................................................................. 6
1 GETTING TO KNOW ARC MAP ................................................................................. 7
Exercise 1.1: Open and Save a map document...........................................................................7
Launch ArcMap .......................................................................................................................... 7
Open an existing map document ................................................................................................. 8
Save the map document to a new location ..................................................................................9
Exercise 1.2: Working with map layers ....................................................................................10
Turn a layer on and off .............................................................................................................. 10
Add and remove map layers ..................................................................................................... 11
Change a layer’s display order .................................................................................................. 13
Change a layer’s color .............................................................................................................. 14
Exercise 1.3: navigate in a map document ................................................................................16
Zoom to full, previous and next extent. .................................................................................... 16
Zoom In ..................................................................................................................................... 17
Pan and zoom in/out with scroll wheel ..................................................................................... 17
Use Bookmarks ......................................................................................................................... 18
Exercise 1.4: The measuring Tool ............................................................................................. 19
Change measurement units ....................................................................................................... 19
Measure the width and length of you home reservation ...........................................................19
Exercise 1.5: Work with feature attributes .............................................................................. 21
Use the Identify tool.................................................................................................................. 21
Use advanced Identify tool capabilities .................................................................................... 22
The Attribute table .................................................................................................................... 23
Select features on the map and see selected records ................................................................. 24
Labeling features in the map with attribute values ................................................................... 25
Viewing statistics for an attribute field .....................................................................................27
Create Layer from selected features ......................................................................................... 27
Find features.............................................................................................................................28
Select by attribute / Select by location ...................................................................................... 29
2 MAP DESIGN ............................................................................................................ 33
Tutorial 2.1: Create choropleth maps .......................................................................................33
Start a new map document ........................................................................................................ 33
Add a layer ................................................................................................................................34
Setting extent used by the full extent ........................................................................................ 34
Create a layer for reservations in Minnesota. ...........................................................................35
Create unique symbols for Minnesota reservations. ................................................................. 36
Using the Layout View ............................................................................................................. 38
Inserting Map Elements ............................................................................................................39
Using the draw toolbar .............................................................................................................. 41
Creating an Inset map ...............................................................................................................42
Export map to pdf and jpg format ............................................................................................. 44
Change page and print setup ..................................................................................................... 46
3 CREATING A PROJECT GEO-DATABASE ............................................................. 48
3.1 Online Sources for GIS / Remote sensing data ............................................................ 48
3.2 Importing GIS data from other formats ....................................................................... 48
Creating a file based Geo-database ........................................................................................... 49
Importing shape-files and feature classes from other Geo-databases ....................................... 51
3.3 Map Projections .............................................................................................................. 53
Changing data frame coordinate system / projection on the fly ............................................... 54
Choosing the coordinate system for your project. .................................................................... 57
Projecting GIS data into the coordinate system of your choice ................................................ 59
3.4 Converting  xy data from excel tables to a feature class ............................................. 61
4. EDITING DATA ...................................................................................................... 64
4.1 Georeference Raster data ............................................................................................... 64
4.2 Digitizing .......................................................................................................................... 69
Create feature classes ................................................................................................................ 69
Digitize tree locations on Haskell campus ................................................................................ 70
Digitize roads and pathways on the Haskell campus. ...............................................................73
Create coded value domain in geo-database for land-cover classes ......................................... 76
Digitize land cover changes from 1966 to 2008 around Lawrence ..........................................80
4.3 Edit the attribute table ................................................................................................... 83
5 GEO-PROCESSING TOOLS ................................................................................. 85
5.1 Raster to vector conversion ............................................................................................ 85
5.2 Buffer ............................................................................................................................... 87
Create a buffer polygon feature class ........................................................................................ 87
Use Select by location buffer function ......................................................................................89
Use Select by attribute to create further filter ........................................................................... 91
5.3 Table Join ........................................................................................................................ 94
5.4 Merge ............................................................................................................................... 97
5.5 Union ................................................................................................................................ 98
5.6 Clip ................................................................................................................................. 102
5.7 Spatial join ..................................................................................................................... 103
6. IMAGE PROCESSING / REMOTE SENSING ..................................................... 105
6.1 Introduction to Remote Sensing .................................................................................. 105
Remote Sensing: Observing the Earth (NASA)...................................................................... 105
NASA / USGS | Landsat: A Space Age Water Gauge ........................................................... 105
Remote Sensing: What is Multispectral Mapping? ................................................................ 105
Remote sensing tutorial from Canada Centre for Remote Sensing .......................... 105
Downloading Land-Sat Imagery from USGS GLOVIS ......................................................... 105
6.2 Working with multi spectral image data in ARCGIS ............................................... 106
Loading TM data into ArcMap ............................................................................................... 106
Create color composites .......................................................................................................... 107
True color composite: ......................................................................................................... 107
False color composites: ....................................................................................................... 107
Create a Normalized Difference Vegetation Index (NDVI) image in ArcMap ...................... 109
Create a vegetation layer from NDVI image. ......................................................................... 112
6.3 Digital image classifications in ArcGIS.............................................................................. 116
Unsupervised image classification .......................................................................................... 117
Supervised image classification .............................................................................................. 120
INTRODUCTION ............................................................................................................ 124
Skyplot .............................................................................................................................. 125
DATA LOGGING ............................................................................................................. 126
Importing data into the Computer ........................................................................................ 128
Importing the data into ArcGIS Desktop 10 (ArcMap 10) ................................................... 131
Differentially Correcting Data by Post-Processing ................................................................ 134

Download the full document in PDF (Download)

If you see that this document is beneficial please share it 
Si vous trouvez ce document utile veuillez faire un don en cliquant sur les liens publicitaires

Image Analysis with ArcGIS 10: Image Acquisition and Download Module


Image Acquisition and Download Module
for 
Image Analysis with ArcGIS 10 
Image Analysis with ArcGIS 10
Image Acquisition and Download Module


Modified from iGETT Learning Unit
“Interpretation and Analysis of Remote Sensing Imagery – Land cover Changes in the San Fernando Valley”
created by Adrian Youhanna
revised by Ann Johnson  gisajohnson@delmar.edu 
modified by Peter Price peter.e.price@lonestar.edu


Introduction

The tutorials in “Image Analysis with ArcGIS 10” are constructed to use relatively small, local files stored in a directory named IAtutorial with sub-directories Exercises1_2, Exercise3, Exercise4, and NLCD2001. This Image Acquisition and Download Module” has been included to add the option of learning about data acquisition and download and to facilitate the use of local data in modified versions of the tutorial.

The full document is composed of 14 pages (download)


Si vous trouvez ce document utile et vous êtes satisfait veuillez faire un don en cliquant sur un lien publicitaire (adsense)


Tuesday, November 20, 2012

Cours initiation ArcGis


Sommaire

Introduction..........................................................................................................................................2
Qu’est-ce que ArcGIS ? .......................................................................................................................2
I. Les composantes de l’environnement ArcGis...........................................................................3
I.1. Les applications ......................................................................................................................3
I.2. Les extensions.........................................................................................................................4
I.3. L’outil de navigation...............................................................................................................5
II. Etapes de production d’une carte.............................................................................................6
II.1. Géoréférencement .................................................................................................................6
II.1.1. Notion de géoréférencement ..........................................................................................6
II.1.2. Manière de géoréférencement ........................................................................................7
II.1.2.1. Lancer ArcMap........................................................................................................7
II.1.2.2. Ajouter les données .................................................................................................8
II.1.2.3. Saisie des points de calage ....................................................................................14
II.1.2.4. Supprimer un point de calage................................................................................14
II.1.2.5. Modifier les coordonnées d’un point de calage.....................................................14
II.1.2.6. Calcul de l’erreur moyenne quadratique (RMS) ...................................................14
II.1.2.7. Valider le calage....................................................................................................16
III. La digitalisation......................................................................................................................16
III.1. Lancer ArcCatalog à partir d’ArcMap ...............................................................................18
III.2. Fonctionnement général de l’outil Edition.........................................................................21
IV. Mise en page et création d’une carte pour impression sous ArcMap................................25
IV.1. Les éléments liées aux blocs..............................................................................................26
IV.1.1. La flèche Nord ............................................................................................................26
IV.1.2. La barre d’échelle .......................................................................................................27
IV.1.3. La légende...................................................................................................................28


Si vous trouvez ce document utile et vous êtes satisfait veuillez faire un don en cliquant sur un lien publicitaire (adsense)

 


Thursday, November 15, 2012

Geographic information systems, remote sensing and mapping for the development and management of marine aquaculture

FAO Fisheries Technical Paper. No. 458

Geographic information systems,
remote sensing and mapping for
the development and management
of marine aquaculture


Geographic information systems, remote sensing and mapping for the development and management of marine aquaculture


James McDaid Kapetsky 
Consultant

and

José Aguilar-Manjarrez
Fishery Resources Officer

Aquaculture Management and Conservation Service
FAO Fisheries and Aquaculture Department 

FOOD AND AGRICULTURE ORGANIZATION OF THE UNITED NATIONS
Rome, 2007

Download full ZIP file (8,534 KB)



Kapetsky, J.M.; Aguilar-Manjarrez, J.
Geographic information systems, remote sensing and mapping for the development and management of marine aquaculture.
FAO Fisheries Technical Paper. No. 458. Rome. FAO. 2007. 125p.
ABSTRACT
Geographic Information Systems (GIS), remote sensing and mapping have a role to play in all geographic and spatial aspects of the development and management of marine aquaculture. Satellite, airborne, ground and undersea sensors acquire much of the related data, especially data on temperature, current velocity, wave height, chlorophyll concentration and land and water use. GIS is used to manipulate and analyze spatial and attribute data from all sources. It is also used to produce reports in map, database and text format to facilitate decision-making.
The objective of this document is to illustrate the ways in which Geographic Information Systems, remote sensing and mapping can play a role in the development and management of marine aquaculture per se and in relation to competing and conflicting uses. The perspective is global. The approach is to employ example applications that have been aimed at resolving many of the important issues in marine aquaculture. The focus is on the ways tools have been employed for problem solving, not on the tools and technologies themselves. In this regard, we consider GISFish, the UN Food and Agriculture Organization (FAO) Internet gateway to GIS, remote sensing and mapping as applied to aquaculture and inland fisheries, as a complementary resource to this technical paper.
The underlying purpose is to stimulate the interest of individuals in the government, industry and educational sectors of marine aquaculture to make more effective use of these tools. A brief introduction to spatial tools and their use in the marine fisheries sector precedes the example applications. The most recent applications have been selected to be indicative of the state of the art, allowing readers to make their own assessments of the benefits and limitations of use of these tools in their own disciplines. Other applications have been selected in order to illustrate the evolution of the development of the tools.
The main emphasis is on GIS. Remote sensing is viewed as an essential tool for the capture of data subsequently to be incorporated into a GIS and for real time monitoring of environmental conditions for operational management of aquaculture facilities. Maps usually are one of the outputs of a GIS, but can be effective tools for spatial communication in their own right. Thus, examples of mapping for aquaculture are included.
The applications are organized issue-wise along the main streams of marine aquaculture: culture of fishes in cages, culture of shellfishes and culture of marine plants. Both the recent and historical applications are summarized in tables. Because data availability is one of the prime issues in the use of spatial tools in marine aquaculture, a case study is included that illustrates how freely downloadable data can be used to estimate marine aquaculture potential and a section is devoted to describing various kinds of data. Because the ultimate purpose of GIS is to aid decision-making, a section on decision support tools is included.
Finally, we summarize our findings and reach some conclusions on the state of the application of GIS, remote sensing and mapping for the development and management of marine aquaculture.
(http://www.fao.org)

Wednesday, November 14, 2012

List of geographic information systems software

GIS software encompasses a broad range of applications, all of which involve the use of some combination of digital maps and georeferenced data. GIS software can be sorted into different categories. Below is a list of notable GIS software applications. Please update the listing of software below with respect to the different categories.

Open source software

The development of open source GIS software has - in terms of software history - a long tradition with the appearance of a first system in 1978. Numerous systems are nowadays available which cover all sectors of geospatial data handling.

Desktop GIS

The following open source desktop GIS projects are reviewed in Steiniger and Bocher (2008/9)
gvSIG 1.0
  
GRASS GIS 6.4
  
Capaware rc1 0.1
  
SAGA-GIS v. 2.0.3
 
Whitebox GAT 1.0.2
  
IDRISI Taiga 16.05
  • GRASS GIS – Originally developed by the U.S. Army Corps of Engineers, open source: a complete GIS
  • SAGA GIS – System for Automated Geoscientific Analysis- a hybrid GIS software. SAGA has a unique Application Programming Interface (API) and a fast growing set of geoscientific methods, bundled in exchangeable Module Libraries.
  • Quantum GIS – QGIS is an Open Source GIS that runs on Linux, Unix, Mac OS X, and Windows.
  • MapWindow GIS – Free, open source GIS desktop application and programming component.
  • ILWIS – ILWIS (Integrated Land and Water Information System) integrates image, vector and thematic data.
  • uDig – Open source GIS desktop application (API and source code (Java) available).
  • gvSIG – Open source GIS written in Java.
  • JUMP GIS / OpenJUMP – (Open) Java Unified Mapping Platform (the desktop GIS OpenJUMP, SkyJUMP, deeJUMP and Kosmo emerged from JUMP; )
other:
  • Whitebox GAT – Open source and transparent GIS software
  • Kalypso (software) – Kalypso is an Open Source GIS (Java, GML3) and focuses mainly on numerical simulations in water management.
  • TerraView – GIS desktop that handles vector and raster data stored in a relational or geo-relational database, i.e. a frontend for TerraLib.
  • Capaware – Capaware is also an Open Source GIS, an incredible fast C++ 3D GIS Framework with a multiple plugin architecture for geographic graphical analysis and visualization.
  • FalconView – FalconView is a mapping system created by the Georgia Tech Research Institute for the Windows family of operating systems. A free, open source version is available.

Other GIS tools - classified.

WebMap Server
  • Mapnik - C++/Python library for rendering - used by OpenStreetMap
  • GeoServer
  • MapGuide Open Source – Web-based mapping server.
  • MapServer – Web-based mapping server, developed by the University of Minnesota.
Spatial Database Management Systems
  • PostGIS – Spatial extensions for the open source PostgreSQL database, allowing geospatial queries.
  • TerraLib is a spatial DBMS and also provides advanced functions for GIS analysis.
  • SpatiaLite – Spatial extensions for the open source SQLite database, allowing geospatial queries.
Software Development Frameworks and Libraries (non-web)
  • GeoTools – Open source GIS toolkit written in Java, using Open Geospatial Consortium specifications.
  • GDAL / OGR
  • Orfeo toolbox
Software Development Frameworks and Libraries (for web applications)
  • OpenLayers – open source AJAX library for accessing geographic data layers of all kinds, originally developed and sponsored by MetaCarta.
  • MapFish
  • GeoBase (Telogis GIS software) - Geospatial mapping software available as a Software development kit, which performs various functions including address lookup, mapping, routing, reverse geocoding, and navigation. Suited for high transaction enterprise environments.
Cataloging application for spatially referenced resources
  • GeoNetwork opensource – A catalog application to manage spatially referenced resources

Other GIS tools - unclassified

  • ST-Links – Connection tool for working with ArcMap and spatial databases PostGres/PostGIS, SQL Server spatial.
  • Chameleon – Environments for building applications with MapServer.
  • MapPoint, a technology ("MapPoint Web Service," previously known as MapPoint .NET) and a specific software program created by Microsoft that allows users to view, edit and integrate maps.

Notable commercial or proprietary GIS software

Desktop GIS provider

Note: Almost all of the below companies offer Desktop GIS and WebMap Server products. Some offer Spatial DBMS products as well.

COMPANIES WITH HIGH MARKET SHARE

  • Autodesk – Products include Map 3D, Topobase, MapGuide and other products that interface with its flagship AutoCAD software package.
  • Bentley Systems – Products include Bentley Map, Bentley Map View and other products that interface with its flagship MicroStation software package.
  • ERDAS IMAGINE by ERDAS Inc; products include Leica Photogrammetry Suite, ERDAS ER Mapper, and ERDAS ECW JPEG2000 SDK (ECW (file format))are used throughout the entire mapping community (GIS, Remote Sensing, Photogrammetry, and image compression).
  • Esri – Products include ArcView 3.x, ArcGIS, ArcSDE, ArcIMS, ArcWeb services and ArcGIS Server.
  • Intergraph – Products include G/Technology, GeoMedia, GeoMedia Professional, GeoMedia WebMap, and add-on products for industry sectors, as well as photogrammetry.
  • MapInfo by Pitney Bowes – Products include MapInfo Professional and MapXtreme.
  • Smallworld – developed in Cambridge, England (Smallworld, Inc.) and purchased by General Electric and used primarily by public utilities.

COMPANIES WITH MINOR BUT NOTABLE MARKET SHARE

  • Aquaveo - Developers of GMS, WMS, SMS, which are modular hydrology programs with 3D mapping features.
  • Cadcorp – Products include Cadcorp SIS, GeognoSIS, mSIS and developer kits
  • Caliper – Products include Maptitude, TransModeler and TransCAD
  • Dragon/ips – Remote sensing software with some GIS capabilities.
  • ENVI - Utilized for image analysis, exploitation, and hyperspectral analysis.
  • Field-Map : GIS tool designed for computer aided field data collection, used mainly for mapping of forest ecosystems.
  • IDRISI – GIS and Image Processing product developed by Clark Labs at Clark University. Affordable and robust, it is used for both operations and education.
  • Manifold System – GIS software package.
  • Netcad – Desktop and web based GIS products developed by Ulusal CAD ve GIS Çözümleri A.Ş.
  • RegioGraph by GfK GeoMarketing; GIS software for business planning and analyses; company also provides compatible maps and market data.

Spatial DBMS

  • VMDS version managed data store from smallworld
  • Boeing's Spatial Query Server spatially enables Sybase ASE.
  • DB2 – Allows spatial querying and storing of most spatial data types.
  • Informix – Allows spatial querying and storing of most spatial data types.
  • Microsoft SQL Server 2008 – The latest player in the market of storing and querying spatial data. At this stage only some GIS products such as MapInfo and Cadcorp SIS can read and edit this data while ESRI and others are expected to be able to read and edit this data within the next few months
  • Oracle Spatial – Product allows users to perform complex geographic operations and store common spatial data types in a native Oracle environment. Most commercial GIS packages can read and edit spatial data stored in this way.
  • PostGIS – a spatial database based on the free PostgreSQL database

Spatial ETL Tools

  • Safe Software – Spatial ETL products including FME Desktop, FME Server and the ArcGIS Data Interoperability Extension.
  • ST-Links PgMap for converting spatial data between databases and feature classes. It is and connection tool for ArcMap to view/edit/convert spatial data in databases systems.
(www.environment.gen)