Uploaded image for project: 'Spatial Information Systems'
  1. Spatial Information Systems
  2. SIS-319

Read CSV file conform to OGC Moving Features syntax

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.7, 0.8
    • 1.0
    • Storage
    • None

    Description

      Implement a reader for the OGC® Moving Features Encoding Extension:
      Simple Comma Separated Values (CSV) specification:

      Example:

      @stboundedby,urn:ogc:def:crs:CRS:1.3:84,2D,50.23 9.23,50.31 9.27,2012-01-17T12:33:41Z,2012-01-17T12:37:00Z,sec
      @columns,mfidref,trajectory,state,xsd:token,"type code",xsd:integer
      a,10,150,11.0 2.0 12.0 3.0,walking,1
      b,10,190,10.0 2.0 11.0 3.0,walking,2
      a,150,190,12.0 3.0 10.0 3.0,walking,2
      c,10,190,12.0 1.0 10.0 2.0 11.0 3.0,vehicle,1
      

      Implementing this is a relatively simple format allow us to test the following Apache SIS capabilities in a real use-case scenario:

      • CRS.forCode(String) which create a Coordinate Reference System object from an authority code.
      • org.apache.sis.feature implementation.

      Attachments

        Activity

          People

            desruisseaux Martin Desruisseaux
            desruisseaux Martin Desruisseaux
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: