All Downloads are FREE. Search and download functionalities are using the official Maven repository.

collections.data.velocity.pdap-mapprojected.vm Maven / Gradle / Ivy

Go to download

The Registry provides provides the PDS-specific search protocol and the search capability for the PDS search index generated through the Search Core software. The core functionality for this service is satisfied by Apache Solr.

The newest version!
  
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
## Output results        
#foreach($doc in $response.results)
#set($docId = $doc.getFieldValue('identifier'))
          
            #wrapped_value('product_id')
            #wrapped_value('resLocation')
            #wrapped_value('data_set_id')
            #wrapped_value('data_set_name')
            #wrapped_value('instrument_id')
            #wrapped_value('instrument_host_name')
            #wrapped_value('instrument_type')
            #wrapped_value('instrument_name')
            #wrapped_value('agency_name')
            #wrapped_value('node_id')
            #wrapped_value('full_name')
            #wrapped_value('investigation_name')
            #wrapped_date_value('start_time')
            #wrapped_date_value('stop_time')
            #wrapped_value('target_type')
            #wrapped_value('target_name')
            
            #wrapped_value('reference_format')
            #wrapped_value('publisher')
            #wrapped_value('contributor')
            #wrapped_value('product_release_date')
            #wrapped_value('rights')
            #wrapped_value('footprint')
            #wrapped_value('center_longitude')
            #wrapped_value('center_latitude')
            #wrapped_value('coordinate_system_type')
            #wrapped_value('coordinate_system_name')
          
#end
        
MAP_PROJECTED




© 2015 - 2024 Weber Informatics LLC | Privacy Policy