Script help
moonbaby
Global Mapper User
I have written a DOS Batch script to combine the GOES East & West Satellite TIF images and it has been running great all weekend but for some reason during the batch run the script stopped exporting my raster image that i have in PNG
here's my setup....
GLOBAL_MAPPER_SCRIPT VERSION=1.00
UNLOAD_ALL
IMPORT FILENAME="C:\Documents and Settings\InfoWeather\Satellite\GoesWest04I4_latest.tif" TRANSPARENT_COLOR=RGB(0,0,0) TRANSPARENT_COLOR_DIST=90 TYPE=AUTO ANTI_ALIAS=YES AUTO_CONTRAST=NO CLIP_COLLAR=YES TEXTURE_MAP=NO
IMPORT FILENAME="C:\Documents and Settings\InfoWeather\Satellite\GoesEast04I4_latest.tif" TRANSPARENT_COLOR=RGB(0,0,0) TRANSPARENT_COLOR_DIST=90 TYPE=AUTO ANTI_ALIAS=YES AUTO_CONTRAST=NO CLIP_COLLAR=YES TEXTURE_MAP=NO
LOAD_PROJECTION FILENAME="C:\Documents and Settings\InfoWeather\Satellite\projections\ortho.prj"
EXPORT_RASTER FILENAME="C:\Documents and Settings\InfoWeather\Satellite\us_sat.png"
LAT_LON_BOUNDS=-125.215,51.367,-68.785,22.934 TYPE=PNG PALETTE=OPTIMIZED PIXEL_SIZE=768x496
any ideas? thanks
here's my setup....
GLOBAL_MAPPER_SCRIPT VERSION=1.00
UNLOAD_ALL
IMPORT FILENAME="C:\Documents and Settings\InfoWeather\Satellite\GoesWest04I4_latest.tif" TRANSPARENT_COLOR=RGB(0,0,0) TRANSPARENT_COLOR_DIST=90 TYPE=AUTO ANTI_ALIAS=YES AUTO_CONTRAST=NO CLIP_COLLAR=YES TEXTURE_MAP=NO
IMPORT FILENAME="C:\Documents and Settings\InfoWeather\Satellite\GoesEast04I4_latest.tif" TRANSPARENT_COLOR=RGB(0,0,0) TRANSPARENT_COLOR_DIST=90 TYPE=AUTO ANTI_ALIAS=YES AUTO_CONTRAST=NO CLIP_COLLAR=YES TEXTURE_MAP=NO
LOAD_PROJECTION FILENAME="C:\Documents and Settings\InfoWeather\Satellite\projections\ortho.prj"
EXPORT_RASTER FILENAME="C:\Documents and Settings\InfoWeather\Satellite\us_sat.png"
LAT_LON_BOUNDS=-125.215,51.367,-68.785,22.934 TYPE=PNG PALETTE=OPTIMIZED PIXEL_SIZE=768x496
any ideas? thanks
Comments
-
Did you run out of disk space or anything? I also noticed an extra space in the filename of the LOAD_PROJECTION command.
I would suggest setting a log file using the SET_LOG_FILE command to see if there are any errors.
Let me know if I can be of further assistance.
Thanks,
Mike
Global Mapper Support
support@globalmapper.com
Categories
- 13K All Categories
- 5.8K Features Discussion
- 350 Downloading Imagery
- 1.3K Elevation Data
- 385 Georeferencing Imagery Discussion
- 652 GM Script Language
- 56 User Scripts
- 115 GPS Features
- 421 Projection Questions
- 835 Raster Data
- 1.4K Vector Data
- 6.7K Support
- 181 Announcement and News
- 939 Bug Report
- 562 SDK
- 1.2K Suggestion Box
- 3.7K Technical Support
- 579 Other Discussion
- 132 GIS Data Sources
- 27 Global Mapper Showcase
- 244 How I use Global Mapper
- 110 Global Mapper Forum Website
