|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Software – TCLT (TerraLib Command Line Tools) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AboutA set of TerraLib based command line tools to perform automated raster/vector/tabular data processing. Main features:
Current processing vertices:
|
---|
tclt_exe.exe --help |
tclt_exe.exe
--processing_type="SEGMENTER"
--input_uri="INPUT_RASTER;file://c:\image.tif"
--processing_parameter="STRATEGY;MEAN"
--output_directory="c:\images" |
# Add one or more context files to this project # Paths are relative to the project file location INCLUDE_FILE "context_example.txt" # Add one or more graph files to this project # Paths are relative to the project file location INCLUDE_FILE "graph_example.txt" PROJECT_START # The global project name # Allowed characters: _ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 PROJECT_NAME "Sample_Project_Name_1" # Add one or more analysis to be executed # FORMAT: ANALYSIS "Analysys_Name" "Context_Name" "Graph_Name" ANALYSIS "Analysys_Name_1" "Context_Name_1" "Graph_Name_1" PROJECT_END |
A context file (graph_example.txt): |
CONTEXT_START # This context name # Allowed characters: _ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 CONTEXT_NAME "Context_Name_1" # Add one or more resouces to this context # General Format: RESOURCE_URI "URI_alias" "URI string" # # Files Format: File paths are relative to the context file location. # Example: RESOURCE_URI "URI_alias" "file://../file_name.tif" RESOURCE_URI "Raster1ContextAlias" "file://../rasters/cbers_rgb342_crop1.tif" CONTEXT_END |
GRAPH_START # This graph name # Allowed characters: _ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 GRAPH_NAME "Graph_Name_1" # General vertice syntax: # # VERTICE_START # # # This vertice related class name # # Allowed characters: _ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 # VERTICE_NAME "Vertice_name" # # # Vertice type # VERTICE_TYPE "VERTICETYPE" # # # Vertice output cache enabled (YES/NO) # VERTICE_OUT_CACHE "NO" # # Declares connections to other vertices outputs and gives them name aliases. # # General format: VERTICE_CONNECTION "other_vertice_name" "connection alias" # VERTICE_CONNECTION "other_vertice_name_1" "connection alias 1" # VERTICE_CONNECTION "other_vertice_name_2" "connection alias 2" # # # Declares a input URI resouce used by this vertice. # # General format: VERTICE_RESOURCE "context resource URI alias" "vertice URI alias" # VERTICE_RESOURCE "raster resource 1" "image" # # # One or more specific vertice parameters # # General format: VERTICE_PARAM "parameter name" "parameter value" # VERTICE_PARAM "parameter name 1" "parameter value 1" # VERTICE_PARAM "parameter name 2" "parameter value 2" # # VERTICE_END VERTICE_START VERTICE_NAME "Original_image_vertice" VERTICE_TYPE "URI" VERTICE_OUT_CACHE "NO" VERTICE_RESOURCE "Raster1ContextAlias" "URI_ALIAS" VERTICE_END VERTICE_START VERTICE_NAME "Segmented_image" VERTICE_TYPE "SEGMENTER" VERTICE_OUT_CACHE "NO" VERTICE_CONNECTION "Original_image_vertice" "INPUT_RASTER" VERTICE_PARAM "STRATEGY" "MEAN" VERTICE_PARAM "MIN_SEGMENT_SIZE" "100" VERTICE_PARAM "SEGMENTS_SIMILARITY_THRESHOLD" "0.03" VERTICE_END GRAPH_END |
tclt_exe.exe --project_file_name="project_example.txt" --output_directory="c:\images" |
tclt_exe --project_file_name="project_example.txt" --output_directory="c:\images" --recursive_exec_dir="c:\my_input_images" --recursive_exec_context="Context_Name_1;Raster1ContextAlias" --recursive_exec_file_filters="+.tif;-.xml" |
Tool |
Platform |
Version |
Date |
Download Link |
Notes |
---|---|---|---|---|---|
TCLT executable |
Windows (64 bits) |
0.3.1 alpha develop |
01/14/2022 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.3.0 alpha develop |
06/7/2021 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.2.9 alpha develop |
06/7/2021 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.2.8 alpha develop |
03/23/2021 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.2.7 alpha develop |
01/07/2021 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.2.6 alpha develop |
08/07/2020 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.2.5 alpha develop |
06/14/2019 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.2.4 alpha develop |
02/13/2019 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.2.3 alpha develop |
02/12/2019 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.2.2 alpha develop |
02/7/2019 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.2.1 alpha develop |
01/17/2019 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.2.0 alpha develop |
12/12/2018 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.1.9 alpha develop |
12/05/2018 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.1.8 alpha develop |
08/31/2018 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.1.7 alpha develop |
07/31/2018 |
Dependency: Visual Studio 2017 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.1.6 alpha develop |
05/30/2018 |
Dependency: Visual Studio 2013 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.1.5 alpha develop |
05/25/2018 |
Dependency: Visual Studio 2013 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.1.4 alpha develop |
05/18/2018 |
Dependency: Visual Studio 2013 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.1.3 alpha develop |
05/15/2018 |
Dependency: Visual Studio 2013 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.1.2 alpha develop |
04/04/2018 |
Dependency: Visual Studio 2013 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.1.1 alpha develop |
03/07/2018 |
Dependency: Visual Studio 2013 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
|
TCLT executable |
Windows (64 bits) |
0.1.0 alpha develop |
01/24/2018 |
Dependency: Visual Studio 2013 Runtime. This is a self-extracting executable. It must be uncompressed it into a directory. From that directory run “tclt_exe.exe” using the Windows Command Prompt (CMD) |
Required Dependencies:
Dependency |
Platform |
Version |
Download Link |
Notes |
---|---|---|---|---|
Visual Studio 2017 Runtime |
Windows (64 bits) |
26405 |
||
Visual Studio 2013 Runtime |
Windows (64 bits) |
? |
Also available at this link |