NASA - National Aeronautics and Space Administration
Hosted by:
Institute of Geophysics and Planetary Physics
University of California, Los Angeles
Follow this link to skip to the main content
+ NASA Homepage
+ NASA en Español
+ Contact NASA
PDS Planetary Plasma Interactions
home overview data software personnel related sites about pds
PDS/PPI Labeler

PDS/PPI Labeler

Labeler is a Java application which uses the PDS/PPI ruleset processor to generate PDS labels for files. It can be run from the command-line or may be embedded in Java servlets.

Here's what is available:

Installation instructions:
  1. Place the "labeler.class" file in $JAVA_HOME/jre/lib/pdsppi
  2. Add "$JAVA_HOME/jre/lib/pdsppi" to your CLASSPATH environment variable.
Note: The application also uses the PDS Label parser, PDS/PPI Ruleset Processor,
IGPP classes (iggp.jar) and Javax Servlet (javax.servlet.jar).

You will need to download these Jar files as well.

Some examples:

A servlet that calls the Labeler to generate a response:

<%@ page language="java" contentType="text/html" %>
<%@ page 
	import="ruleset.Labeler" 
%>

<%
	ruleset.Labeler example = new ruleset.Labeler();
	example.setOutput(out);
	example.processItem("example.rul", "example.dat");
%>	
Important additional information. Read This
Atmospheres Atmospheres Geosciences Imaging NAIF PPI Rings Small Bodies
NASA Privacy Statement Copyright Feedback Sitemap System Requirements
FirstGov Logo
+ Freedom of Information Act
+ NASA 2003 Strategic Plan
+ NASA Privacy Statement, Disclaimer, and
   Accessiblity Certification

+ Copyright/Image Use Policy
NASA Logo
Curator:
Webmaster:
NASA Official: William Knopf
Last Updated: 12 Mar 2004
+ Comments and Questions