Difference between revisions of "Sextante Toolbox"

From OpenJUMP Wiki
Jump to navigation Jump to search
(Created page with "'''back to''' New User Guide Index page <hr /> == Introduction == SEXTANTE (Sistema EXTremeñ0 de ANàlisis Territorial) is a library of geoprocesses developed in Java. I...")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
'''back to''' New User Guide [[Index]] page
 
'''back to''' New User Guide [[Index]] page
 
<hr />
 
<hr />
== Introduction ==
+
=== '''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
  
SEXTANTE (Sistema EXTremeñ0 de ANàlisis Territorial) is a library of geoprocesses developed in Java. 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.
 
 
=== '''Documentation''' ===  
 
=== '''Documentation''' ===  
Sextante ver. 1.0 is embedded into Openjump. The following documents (in English) are available on OpenJUMP web site:
 
  
# [http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/docs/Sextante/IntroductionToSEXTANTE.pdf?format=raw Introduction to Sextante]. A complete manual of all the functions available on Sextante.
+
The following documents (PDF, in English) are available on OpenJUMP web site:
# [http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/docs/Sextante/ProgrammingGuide.pdf?format=raw Sextante Programming Guide]. How to program a Sextante plugin
+
 
# [http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/docs/Sextante/Sextante_List_of_algorithms.pdf?format=raw Sextante List of Algorithms]. The complete list of Algorithms available on OpenJUMP Sextante
+
* [http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/docs/Sextante/IntroductionToSEXTANTE.pdf?format=raw Introduction to Sextante]. A complete manual of all the functions available on Sextante.
 +
* [http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/docs/Sextante/ProgrammingGuide.pdf?format=raw Sextante Programming Guide]. How to program a Sextante plugin
 +
* [http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/docs/Sextante/Sextante_List_of_algorithms.pdf?format=raw Sextante List of Algorithms]. The complete list of Algorithms available on OpenJUMP Sextante
 +
 
 +
There is also a YouTube channel ([https://www.youtube.com/user/sextantelibrary/featured SEXTANTE Geospatial Library]) on how to use Sextante
 +
 
 +
=== '''Technical notes''' ===
 +
# OpenJUMP  Sextante binding is the file ojsextante_binding_XXX.jar (where XXX is the date of build) located into OpenJUMP/lib/ext folder
 +
# the core of Sextante software are the files:  sextante.jar, sextante_gui.jar and sextante_algorithms.jar located into OpenJUMP/lib/ext/sextante folder
 +
# There are other files located into ext/sextante folder which are needed as external libraries by sextante, such as jfreechart and common.
 +
# Source code of Sextante is stored by [http://gvsigce.sourceforge.net/sextante_web/source.html GvSIG CE repository]

Latest revision as of 13:44, 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

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