[seek-dev] [Bug 2364] New: - Records Crossing the International Dateline

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Feb 21 12:33:20 PST 2006


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2364

           Summary: Records Crossing the International Dateline
           Product: SEEK
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P4
         Component: ecogrid
        AssignedTo: jones at nceas.ucsb.edu
        ReportedBy: dsledge at lternet.edu
         QAContact: seek-dev at ecoinformatics.org


Because the language used for querying ecogrid nodes can only compare fields to
constants:

<condition operator="LESS THAN" concept="westBoundary">-23.0</condition>

it's possible for records whose bounding coordinates cross the International
Date Line to be returned when they shouldn't be and to not return when
circumstances dictate that they should.

In order to construct a query to correctly handle such records, a means is
needed to compare a field to another field within a record (e.g.  westBoundary >
eastBoundary).


More information about the Seek-dev mailing list