Seit ArcGis 9.2 werden die selbst georeferenzierten Tiffs (setzen von 4 Koordinatenpunkten) immer komplett schwarz, nachdem man die Daten exportiert, um sie auch in anderen Programmen als geoTiff zu nutzen. In ArcGis 9.1 ging es ohne Probleme.
Wisst ihr woran das liegt?
Wisst ihr woran das liegt?
- Anmelden oder Registieren, um Kommentare verfassen zu können
Gespeichert von Maxilla am Mo., 01.02.2010 - 12:05
PermalinkDie tiff.pdf ist keine Adobe-Datei (Portable Document Format) sondern eine Textdatei und mit jedem Texteditor zu öffnen. Die Endung bedeutet "Preference Definition File". Bitte vor Bearbeitung eine Sicherungskopie machen.
Gespeichert von eldurwen am Mo., 01.02.2010 - 13:08
Permalink/*
************************************************** *****************************
** PDF File -- Preference Definition File for TIFF files.
************************************************** *****************************
*/
title "TIFF Image Files" ;
compression_1bit( "1-bit Image Compression" ): "None"
"Compression type to use for newly created 1-bit images"
enums
{
"None" "None"
"CCITT (1D)" "CCITT (1D)"
"CCITT Group 3" "CCITT Group 3"
"CCITT Group 4" "CCITT Group 4"
"LZW" "LZW"
/*
"JPEG" "JPEG"
*/
"PackBits" "PackBits"
};
compression( "8-bit Image Compression" ): "None"
"Compression used for newly created images > 1-bit and <= 8-bit"
enums
{
"None" "None"
"LZW" "LZW"
/*
"JPEG" "JPEG"
*/
"PackBits" "PackBits"
};
compression_other( "Other Image Compression" ): "None"
"Compression used for newly created images > 8-bit"
enums
{
"None" "None"
"LZW" "LZW"
"PackBits" "PackBits"
};
compression_jpeg( "Use JPEG Compression When Possible" ): "None"
"Compression used for 1 or 3 band 8-bit images"
boolean "true" "false";
compression_ycc_jpeg( "Use YCbCr JPEG Compression When Possible" ): "None"
"Convert RGB source data to YCbCr before JPEG compression"
boolean "true" "false";
compression_quality_jpeg("JPEG Compression Quality"): 75.0
"1 - Lowest compression, best quality, 100 - Highest compression, lowest quality (short number)"
min 1.0
max 100.0;
editable( "Edits Allowed " ): "true"
"Allow editting of existing TIFF files"
boolean "true" "false";
/*drop_unknown_tags( "Drop Unrecognized Tags during Edit" ): "false"
"Drop Unrecognized Tags during edit"
boolean "true" "false";
x_resolution("X Resolution"): 1.0
"x resolution (rational number)"
min 1.0;
y_resolution("Y Resolution"): 1.0
"y resolution (rational number)"
min 1.0;
resolution_unit("Resolution Unit"): "Inch"
"resolution unit"
enums {
"other" "other choices"
"Inch" "inch"
"Centimeter" "cm"
};
*/
create_tiled_images("Create Tiled Images"): "false"
"Make newly-created TIFF images tiled instead of stripped"
boolean "true" "false";
tile_width("Tile width"): 64
"Tile width should be a integer which can be divided by 16."
min 16;
tile_height("Tile height"): 64
"Tile height should be a integer which can be divided by 16."
min 16;
/*
rows_strip("Rows per strip"): 8
"Rows per strip. The recommend strip size is about 8k."
min 1;
*/
/*
copy_unknown_tags( "Unknown Tags" ): "false"
"Copy unknown tags on creation or edit"
boolean "true" "false";
*/
tfw_access( "World File Access" ): "Read"
"How will TIFF World files be observed?"
enums
{
"Ignore"
"World files ignored"
"Read"
"World file used as fallback in absence of GeoTIFF"
"Write"
"World file read as fallback on input and written on creation/modification"
};
export_band_selection( "Export band selection"): "Multispectral"
"Export band selection if possible"
enums
{
"Grayscale" "Grayscale always, export one band only!"
"RGB" "RGB if possible, export three bands only"
"Multispectral" "Grayscale +extra examples"
};
fallback2( "Georeferencing fallbacks" ): "true"
"Use Resolution, Resolution Units and Orientation as georeferencing fallback"
boolean "true" "false";
/*
standard_projections( "Preserve Standard Projections" ): "true"
"Preserve standard projections in GeoTIFF output"
boolean "true" "false";
*/
unit_overrides( "Allow Unit Overrides" ): "Read/Write"
"How should GeoKeys for Units be observed for non-UserDefined projections"
enums
{
"Read"
"Units overrides will be observed on input"
"Read/Write"
"Units overrides will be observed on input and written to output"
"Ignore"
"Units overrides will not be observed"
}
hideon;
/*
** Turning write citation off will only turn off the writing of the
** GTCitation when it is not required
*/
write_citation( "Write Citation" ): "true"
"Write complete GeoTIFF citations"
boolean "true" "false";
max_uncompressed_blk_size( "Maximum uncompressed block size" ): 0
"TIFF files containing blocks/strips greater than max will be reblocked"
min 0
hideon;
rb_block_width( "Block width for wide striped TIFF" ): 1280
"Reblock width for reading wide striped images"
min 0
hideon;
rb_block_height( "Block height for wide striped TIFF" ): 256
"Reblock height for reading wide striped images"
min 0
hideon;
/*
** Use embedded GCPs to override map information?
*/
use_gcps( "Use embedded GCPs to synthesize map information?" ): "Yes"
"Use embedded GCPs to synthesize map information?"
enums
{
"Yes"
"Use GCPs that have been embedded in TIFF file to synthesize map information"
"No"
"No map information will be available"
};
/*
** Supply the model of approximation that we are going to use
*/
geo_model( "Geometric model" ): "Polynomial"
"What geometric model TIFF GCPs will be used with?"
enums
{
"Polynomial"
"Polynomial geometric model approximation"
"Low Order Rubber Sheeting"
"Rubber Sheeting linear geometric model approximation"
"High Order Rubber Sheeting"
"Rubber Sheeting non-linear geometric model approximation"
};
/*
** Supply order of the model of
** approximation that we are going to use
*/
geo_order("Geometric Model Order of Approximation"): 1
"Geometric Model Maximum Order of Approximation"
min 1
max 5;
Gespeichert von Maxilla am Mo., 01.02.2010 - 13:56
PermalinkGespeichert von eldurwen am Mo., 01.02.2010 - 14:00
PermalinkHätte ich einen Neustart machen müssen?
Gespeichert von Maxilla am Mo., 01.02.2010 - 14:02
PermalinkGespeichert von eldurwen am Mo., 01.02.2010 - 14:15
PermalinkGespeichert von Maxilla am Mo., 01.02.2010 - 14:16
PermalinkGespeichert von eldurwen am Mo., 01.02.2010 - 15:56
PermalinkGespeichert von Maxilla am Mo., 01.02.2010 - 16:18
PermalinkGespeichert von Ushavilash am Do., 04.04.2024 - 13:22
PermalinkHey hi, The issue might be with export settings in ArcGIS 9.2 causing self-referenced Tiff to turn black in other programs. Try checking and adjusting the export settings for compatibility and for compression you can use https://jpegcompressor.com/ .