Difference between revisions of "Sextante"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
=== '''Examples of Sextante Raster Algorithms''' ===  
 
=== '''Examples of Sextante Raster Algorithms''' ===  
  
The following tables show some algorithms for Raster analysis, referring to analogous in ArcGIS
+
The following tables show some algorithms for Raster analysis, referring to analogous in ArcGIS Spatial Analyst
  
 
''Geomorphology''
 
''Geomorphology''
 
{| border="1" cellspacing="0" cellpadding="5" style="margin: 1em auto 1em auto"
 
{| border="1" cellspacing="0" cellpadding="5" style="margin: 1em auto 1em auto"
! ArcGIS
+
! Spatial Analyst
 
! Sextante
 
! Sextante
 
|-
 
|-
 
| Slope, Aspect, Real area (Terrain)
 
| Slope, Aspect, Real area (Terrain)
| Slope, Aspect, REal Area (Geomorphometry and Terrain analysis)   
+
| Slope, Aspect, Real Area (Geomorphometry and Terrain analysis)   
 +
|-
 +
| Viewshed (Terrain)
 +
| Visibility (Visibility and Lightning)
 +
|-
 +
| Hillshade (Terrain)
 +
| Shaded relief (Visibility and Lightning)
 
|}<br>
 
|}<br>
 
=== '''Technical notes''' ===  
 
=== '''Technical notes''' ===  

Revision as of 17:24, 5 May 2015

back to New User Guide Index page


Introduction

SEXTANTE (Sistema EXTremeño de ANàlisis Territorial) is a library of geoprocesses developed in Java by Victor Olaya. It has more than 280 algorithms that cover many areas within the geospatial analysis, both raster and vector. SEXTANTE is embedded into major opensource GIS projects, such as gvSIG, OpenJUMP or uDig, and in free/propetary non-java projects like QGIS and ArcGIS. Sextante is distributed with OpenJUMP PLUS version

Documentation

The following documents (PDF, in English) are available on OpenJUMP web site:

There is also a YouTube channel (SEXTANTE Geospatial Library) on how to use Sextante.

A well done documentation is also provided via Sextante>Sextante help context menu as Html files


Examples of Sextante Raster Algorithms

The following tables show some algorithms for Raster analysis, referring to analogous in ArcGIS Spatial Analyst

Geomorphology

Spatial Analyst Sextante
Slope, Aspect, Real area (Terrain) Slope, Aspect, Real Area (Geomorphometry and Terrain analysis)
Viewshed (Terrain) Visibility (Visibility and Lightning)
Hillshade (Terrain) Shaded relief (Visibility and Lightning)


Technical notes

  1. OpenJUMP Sextante binding is the file ojsextante_binding_XXX.jar (where XXX is the date of build) located into OpenJUMP/lib/ext folder
  2. the core of Sextante software are the files: sextante.jar, sextante_gui.jar and sextante_algorithms.jar located into OpenJUMP/lib/ext/sextante folder
  3. There are other files located into ext/sextante folder which are needed as external libraries by sextante, such as jfreechart and common.
  4. Source code of Sextante is stored by GvSIG CE repository


---

[April 2015] ''Sextante Modeler'' and ''Sextante History'' have been deactivated in OpenJUMP Night Snapshot
due to the presence of bugs that make those functions not usable