Changes between Initial Version and Version 1 of bluemarble
- Timestamp:
- 09/17/07 03:38:46 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bluemarble
v1 v1 1 I created a Blue Marble image using JPEG compression to obtain a relatively small image that can be used as a background layer for the Area Of Interest map and the base layer for the !InterMap map viewer. I used NASA's Blue Marble Next Generation as input and processed it using GDAL. 2 3 The following processing was done: 4 * gdal_translate -of GTiff -co "TILED=YES" -co "BLOCKYSIZE=32" -co COMPRESS=JPEG -co JPEG_QUALITY=80 world-topo-bathy-200407-3x86400x43200.ecw bluemarble_jpeg.tiff 5 *