Size: 52
Comment:
|
Size: 688
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
How to convert Gaskell ICQ model to other formats. | = How to convert Gaskell ICQ model to other formats = == Convert to PLT == * Use AltWg tool ICQ2PLT == Convert to OBJ == * Use AltWg tool PLT2OBJ == Convert to GeoTIFF == * Use spheremapsB to convert to a pgm, then GDAL to convert pgm to GeoTIFF. GDAL can also be used to make the GeoTIFF readable by ISIS. Further details can be found in [[Convert MAP]] since it is very similar. spheremapsB will work with user specified maps; these maps can be maplets or bigmaps. == Convert to DSK == * This is the format used by NAIF. Will use the program mkdsk, which is part of the NAIF SPICE TOOLKIT. Here is how to setup the required files. {{{ mkdsk -setup setup.txt }}} |
How to convert Gaskell ICQ model to other formats
Convert to PLT
Use AltWg tool ICQ2PLT
Convert to OBJ
Use AltWg tool PLT2OBJ
Convert to GeoTIFF
Use spheremapsB to convert to a pgm, then GDAL to convert pgm to GeoTIFF. GDAL can also be used to make the GeoTIFF readable by ISIS. Further details can be found in Convert MAP since it is very similar. spheremapsB will work with user specified maps; these maps can be maplets or bigmaps.
Convert to DSK
- This is the format used by NAIF. Will use the program mkdsk, which is part of the NAIF SPICE TOOLKIT. Here is how to setup the required files.
mkdsk -setup setup.txt