Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2021-03-26 09:32:01
Size: 654
Editor: JohnWeirich
Comment:
Revision 5 as of 2021-03-26 09:35:36
Size: 688
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * Use ALtWG tool PLT2OBJ  * Use AltWg tool PLT2OBJ
Line 14: Line 14:
{{{
mkdsk -setup setup.txt
}}}

How to convert Gaskell ICQ model to other formats

Convert to PLT

Convert to OBJ

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

Convert ICQ (last edited 2021-03-30 09:43:20 by JohnWeirich)