getCOIs   - List Communities of Interest 

[ Manual ] [ Discussion] [ Interface ] [ Results] [ TOC ]  [Example]

Manual

Usage

Parameters

Discussion

getCOIs.cgi lists all Communities of Interest (COI).  Each COI record contains a COI name, a coiID, and the longitude and latitude of the COI's centroid associated with it.

Interface

The interface for getCOIs.cgi is the standard HTTP GET request. There are two main parts to the GET request:
 
CGI URL <SSS root>/getCOIs.cgi
Arguments [OUTPUT={TXT|HTML}]

Results

 Upon making a HTTP GET request the application receives the following  lines of  ASCII output:
 
 
IPPM
coiID_1|coiName_1|coiCentroidLat_1|coiCentroidLong_1
coiID_2|coiName_2|coiCentroidLat_2|coiCentroidLong_2
...
coiID_n|coiName_n|coiCentroidLat_n|coiCentroidLong_n
-1

Each line is terminated by a newline character ('\n').
 
 
coiID numeric COI identifier
coiName COI name
coiCentroidLat latitude of COI centroid
coiCentroidLong longitude of COI centroid

Examples

http://sss.advanced.org/perl/getCOIs.cgi
http://sss.advanced.org/perl/getCOIs.cgi?OUTPUT=HTML


Questions or comment direct to Ben Teitelbaum.