# This is a simplified version of this file type.
# For the complete documentation check the file project_example.txt

CONTEXT_START
  CONTEXT_NAME "Context Name 1"
  RESOURCE_URI "raster resource 1" "file://../../data/cbers_rgb342_crop1.tif"
  RESOURCE_URI "vector resource 1" "file://../../data/cbers_rgb342_crop1_class_isoseg.shp"
CONTEXT_END

GRAPH_START
  GRAPH_NAME "Graph Name 1"

  VERTICE_START
    VERTICE_NAME "Regions Vertice Name 1"
    VERTICE_TYPE "SEGMENTER"
    VERTICE_2ND_PASS "YES"
    VERTICE_RESOURCE "raster resource 1" "IMAGE"
    VERTICE_PARAM "STRATEGY" "MEAN"
    VERTICE_PARAM "MIN_SEGMENT_SIZE" "100"
    VERTICE_PARAM "SEGMENTS_SIMILARITY_THRESHOLD" "0.05"
  VERTICE_END

  VERTICE_START
    VERTICE_NAME "Regions Vertice Name 2"
    VERTICE_TYPE "FEATURES"
    VERTICE_2ND_PASS "YES"
    VERTICE_CONNECTION "Regions Vertice Name 1" "Regions Vertice Name 1"
    VERTICE_RESOURCE "raster resource 1" "IMAGE"
    VERTICE_RESOURCE "vector resource 1" "FINER_VECTORS"
    VERTICE_PARAM "ENABLE_SPECTRAL_FEATURES" "YES"
    VERTICE_PARAM "ENABLE_SPATIAL_FEATURES" "YES"
    VERTICE_PARAM "ENABLE_LANDSCAPE_FEATURES" "YES"
    VERTICE_PARAM "FINER_VECTORS_CLASS_PROPERTY_NAME" "value"
  VERTICE_END
GRAPH_END

PROJECT_START
  PROJECT_NAME "Sample Project Name 1"
  ANALYSIS "Analysys Name 1" "Context Name 1" "Graph Name 1"
PROJECT_END
