Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ArcMap で作成された tif ラスターがあります。このラスターのピクセル タイプは符号付き整数です。
tif に基づいてラスター オブジェクトを作成し、そのデータ型をチェックすると、符号なし整数に変換されます。
> r_tif <- raster("test.tif") > dataType(r_tif) [1] "INT1U"
なぜこれが起こっているのですか?