Exporting Layers By Group
Hello,
I am trying to export all the layers inside a workspace based on the group the layers are nested in.
The idea is for the script to create a folder with the name of the group that will contain all the layers in my workspace that belong to that group.
For instance, if my workspace has 3 groups, Group1, Group2, Group3, then the script would create 3 folders, Group1, Group2, Group3. Each folder would contain its respective layers.
This is what I have so far. Thanks in advance for your input.
GLOBAL_MAPPER_SCRIPT VERSION=1.00
SET_LAYER_OPTIONS FILENAME="*" HIDDEN=YES
LAYER_LOOP_START FILENAME="*.las"
SET_LAYER_OPTIONS FILENAME="%LAYER_DESC%" HIDDEN=NO
EXPORT_VECTOR FILENAME="%SCRIPT_FOLDER%\LAS\%LAYER_DESC%" TYPE=LIDAR_LAS
SET_LAYER_OPTIONS FILENAME="*" HIDDEN=YES
LAYER_LOOP_END
Tagged:
Categories
- 13K All Categories
- 5.8K Features Discussion
- 351 Downloading Imagery
- 1.3K Elevation Data
- 385 Georeferencing Imagery Discussion
- 652 GM Script Language
- 56 User Scripts
- 115 GPS Features
- 422 Projection Questions
- 837 Raster Data
- 1.4K Vector Data
- 6.7K Support
- 182 Announcement and News
- 944 Bug Report
- 565 SDK
- 1.2K Suggestion Box
- 3.8K Technical Support
- 582 Other Discussion
- 132 GIS Data Sources
- 27 Global Mapper Showcase
- 245 How I use Global Mapper
- 111 Global Mapper Forum Website
