available maps

From DavinciWiki
Jump to: navigation, search

Description

Used to identify available maps on the Mars Space Flight Facility Mapserver.

Arguments and Return Values

Arguments: planetary body and an optional search parameter

Return Value: A list of map titles and mapserver identification names.

Usage

Syntax: available_maps(body, [search = STRING][,format = INT)

body - planetary search body, run with no arguments for supported planetary bodies

search - search field for a part of a name or title

format - 1,2,3 different views 1-default, 2-alternate, 3-return a structure

Examples

dv> available_maps("mars")
----------------------------------------------------------------------------------
 Map Title                                   Map Layer Name                        
----------------------------------------------------------------------------------
 CTX North Polar Mosaic                      "CTX_npole_8bit"                      
 CTX South Polar Mosaic, Ls 180-310          "CTX_spole_Ls_180_310_8bit"           
 CTX South Polar Mosaic, Ls 180-360          "CTX_spole_Ls_180_360_8bit"           
ETC...

Alternate Usage

dv> available_maps("mars",search="MOLA")
-------------------------------------------------------------------
 Map Title                                  Map Layer Name         
-------------------------------------------------------------------
 MOLA Shaded Relief (NE)                    "MOLA_128ppd_shade_ne" 
 MOLA Shaded Relief (NW)                    "MOLA_128ppd_shade_nw" 
 MOLA Shaded Relief (SE)                    "MOLA_128ppd_shade_se" 
 MOLA Shaded Relief (SW)                    "MOLA_128ppd_shade_sw" 
 MOLA Elevation                             "MOLA_128ppd_topo"     
 MOLA Shaded Relief / Colorized Elevation   "MOLA_Color"           
-------------------------------------------------------------------

Try format=2 for a different view, or format=3 to return a structure
Also search by search="THEMIS"

dv> available_maps("mars",search="MOLA",format=2)
   "MOLA_128ppd_shade_ne",   "MOLA_128ppd_shade_nw",   "MOLA_128ppd_shade_se",
   "MOLA_128ppd_shade_sw",   "MOLA_128ppd_topo",   "MOLA_Color",

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions

Related Functions

Recent Library Changes

Created On: 03-06-2009
Modified On: 07-10-2012

Personal tools