Release Name: 1.2.03
Notes:
New --validate_inputs flag.
Changes:
2008-07-24 (1.2.03)
- Fix of bug [200376] Projections do not match under GDAL 1.4:
Flag --validate_inputs added.
By default, starspan will not prevalidate the various input elements for
consistent projection info. This flag enables this check.
(Environment variable STARSPAN_NO_VALIDATE_INPUTS no longer used).
MinGW build successful using 1.5.2.
See http://starspan.casil.ucdavis.edu/doku/doku.php?id=mingw
- New binaries/windows/mingw_prepare_binaries.sh to facilitate preparation
of windows release.
2008-07-19
- some fixes with new naming mechanism with suffixes.
- Using new version of GuiE that fully shows the output of
`sys-commands` in text components.
2008-07-18
- Various adjustments to create Windows releases.
2008-07-08 (1.2.01) alpha release.
2008-07-07 (starting versions 1.2.xx)
NOTE: Several changes in command line interface.
- Removed old stuff that hasn't been tested for a long time.
The following options have been removed:
--raster_directory <directory>
--update-csv <filename>
--envi <name>
--envisl <name>
--speclib <filename>
--calbase <link> <filename> [<stats>...]
Renamed options:
--duplicate_pixel -> --duplicate
--report_elapsed_time -> --elapsed_time
Added options according to new command line interface, some of which
replace corresponding pre-existing options in the old style:
--out-prefix <string> --out-type <type>
--table-suffix <string>
--summary-suffix <string> --stats <stat> <stat>
--class-summary-suffix <string>
--mr-img-suffix <string> --mini_raster_parity <parity>
--mrst-img-suffix <string> --mrst-shp-suffix <string>
--mrst-fid-suffix <string> --mrst-glt-suffix <string>
Also the GuiE spec gui/base_dist/bin/starspan.guie has been updated
accordingly. (BTW, now using GuiE 0.2.8)
2008-05-15
- Implemented ignore_nodata mode to select from multiple rasters
--duplicate_pixel ignore_nodata {all_bands | any_band | band <#>}
Any pixel in the feature being processed that satisfies the condition
according to the mode will be ignored. The conditions are:
all_bands: all bands with the nodata value
any_band: any band with the nodata value
band <#>: especific band number # with the nodata value
- BoxParams: width and height now allow a qualifier; for now, only the "px"
suffix to indicate units in pixels instead of dataset's units.
|