Script help

moonbaby
moonbaby Global Mapper User
edited June 2008 in Technical Support
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

Comments

  • global_mapper
    global_mapper Administrator
    edited June 2008
    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