95 lines
2.8 KiB
Plaintext
95 lines
2.8 KiB
Plaintext
head 1.1;
|
|
access;
|
|
symbols;
|
|
locks; strict;
|
|
comment @# @;
|
|
expand @o@;
|
|
|
|
|
|
1.1
|
|
date 2007.08.04.03.59.52; author AnnieSimpson; state Exp;
|
|
branches;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@none
|
|
@
|
|
|
|
|
|
1.1
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@%META:TOPICINFO{author="AnnieSimpson" date="1186199992" format="1.1" version="1.1"}%
|
|
%META:TOPICPARENT{name="DevelopmentDocsGISIN"}%
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title>GISIN: Specification Analysis</title>
|
|
<link rel='stylesheet' href='W3C-REC.css' type='text/css'>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Protocol Specification Analysis</h1>
|
|
|
|
<h4>Version: 2.0 -- SpecificationAnalysisGISIN</h4>
|
|
<h4>Last Update: 15th of February, 2007</h4>
|
|
|
|
<h2>1. Introduction</h2>
|
|
<p>This document will be used to test the specification to insure that it meets the defined use cases. </p>
|
|
|
|
<h2>2. Analysis </h2>
|
|
<p>1. Get list of species invasive to NewZealand through a portal<br />
|
|
- Access directory for list of servers<br />
|
|
- Hit each server for:<br />
|
|
- TypeData=SpeciesList<br />
|
|
- biostatus=invasive<br />
|
|
- LocationType=country<br />
|
|
- LocationCode=NewZealand<br />
|
|
- Each server returns a species list in XML<br />
|
|
- XML is parsed and compiled results shown to users in a table</p>
|
|
<p>2. Get a list of countries that have Tamarix as invasive<br />
|
|
- Access directory for list of servers<br />
|
|
- Request from each server<br />
|
|
- TypeData=LocationList<br />
|
|
- LocationType=Country<br />
|
|
- BioStatus=Invasvie<br />
|
|
- Genus=Tamarix<br />
|
|
- Returns a list of countries in XML</p>
|
|
<p>3. Get a list of checklists from a specific server<br />
|
|
- Get the URL from the directory<br />
|
|
- Request from the server<br />
|
|
- TypeData=CheckList<br />
|
|
- Returns XML with checklists</p>
|
|
<p>- Implematnion<br />
|
|
- “Genus=’Tamarix’” <br />
|
|
- “ScientificName LIKE ‘Tamarix %’</p>
|
|
<p>4. Get all Tamarix occurance data for the planet from a modeling server</p>
|
|
<p>Simplest data sources:<br />
|
|
- Kingdom/Scientific Name, BioStatus, Named location<br />
|
|
- or Kingdom/Scientific Name, Date, Location<br />
|
|
- or Kingdom/Scientific Name, Profiles URLs<br />
|
|
- or Kingdom/Scientific Name, Profile content<br />
|
|
- or Kingdom/Scientific Name, Picture</p>
|
|
<p>More complex data sources will have:<br />
|
|
- Full taxonomic hierarchies (i.e. IT IS)<br />
|
|
- Location to spatial data conversion (i.e. Geomancer)</p>
|
|
|
|
<h2>3. SQL Analysis </h2>
|
|
<p>Operations:<br />
|
|
- Which data types do you have?<br />
|
|
- Part of registration (multiple URLs, one for each type of data?)</p>
|
|
<p>- Contains </p>
|
|
<p> </p>
|
|
<p> </p>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
-- Main.AnnieSimpson - 04 Aug 2007@
|