Ignore:
Timestamp:
Jan 21, 2008, 6:58:15 PM (16 years ago)
Author:
ole
Message:

Work on IP tracking:
Checksums, removed DOCTYPE for the time being, formatted, and more checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/mainland_only.lic

    r4954 r4963  
    11<?xml version="1.0" encoding="iso-8859-1"?>
    2 
    3   <!DOCTYPE ga_license_file [
    4       <!ELEMENT ga_license_file (source, datafile+)>
    5       <!ELEMENT metadata (author, svn_keywords)>
    6       <!ELEMENT svn_keywords (author, date, revision, url, id)>   
    7       <!ELEMENT datafile (filename, publishable, accountable,
    8                         owner, location, IP_info)>   
    9       <!ELEMENT filename (#PCDATA)>
    10       <!ELEMENT publishable (#PCDATA)>   
    11       <!ELEMENT accountable (#PCDATA)>       
    12       <!ELEMENT source (#PCDATA)>                               
    13       <!ELEMENT IP_owner (#PCDATA)>           
    14       <!ELEMENT IP_info (#PCDATA)>               
    15   ]>
    162
    173  <ga_license_file>
     
    2814    <datafile>
    2915      <filename>mainland_only.csv</filename>
     16      <checksum>-1661725548</checksum>
    3017      <publishable>No</publishable>
    3118      <accountable>Jane Sexton</accountable>
    3219      <source>Unknown</source>
    3320      <IP_owner>Geoscience Australia</IP_owner>
    34       <IP_info>This is a polygon tracing the coastline at Dampier WA. The origin and license issues are undecided</IP_info>
     21      <IP_info>This is a polygon comprising easting and northing locations
     22      tracing parts of the coastline at Dampier WA as well as a rectangular area inland.
     23      This is used to specifically set the onshore initial condition in a tsunami scenario
     24      and here, it is used with a unit test in test_polygon.py.
     25     
     26      The coastline was derived from Maritime Boundaries which is a public dataset. However,
     27      rumour has it that some of it was digitised from a Landgate supplied image.
     28     
     29      The origin and license issues are still undecided</IP_info>
    3530    </datafile>
    3631
    3732  </ga_license_file>
    38  
Note: See TracChangeset for help on using the changeset viewer.