[jira] [Updated] (SIS-319) Read CSV file conform to OGC Moving Features syntax

2021-09-17 Thread Martin Desruisseaux (Jira)


 [ 
https://issues.apache.org/jira/browse/SIS-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-319:

Fix Version/s: (was: 1.1)
   1.0

> Read CSV file conform to OGC Moving Features syntax
> ---
>
> Key: SIS-319
> URL: https://issues.apache.org/jira/browse/SIS-319
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Storage
>Affects Versions: 0.7, 0.8
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Minor
> Fix For: 1.0
>
>
> Implement a reader for the OGC® Moving Features Encoding Extension:
> Simple Comma Separated Values (CSV) specification:
> * http://docs.opengeospatial.org/is/14-084r2/14-084r2.html
> Example:
> {noformat}
> @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
> {noformat}
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (SIS-319) Read CSV file conform to OGC Moving Features syntax

2018-10-15 Thread Martin Desruisseaux (JIRA)


 [ 
https://issues.apache.org/jira/browse/SIS-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-319:

Fix Version/s: (was: 1.0)
   1.1

> Read CSV file conform to OGC Moving Features syntax
> ---
>
> Key: SIS-319
> URL: https://issues.apache.org/jira/browse/SIS-319
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Storage
>Affects Versions: 0.7, 0.8
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Minor
> Fix For: 1.1
>
>
> Implement a reader for the OGC® Moving Features Encoding Extension:
> Simple Comma Separated Values (CSV) specification:
> * http://docs.opengeospatial.org/is/14-084r2/14-084r2.html
> Example:
> {noformat}
> @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
> {noformat}
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SIS-319) Read CSV file conform to OGC Moving Features syntax

2017-10-27 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-319:

Affects Version/s: 0.8
   0.7
Fix Version/s: (was: 0.8)
   1.0

> Read CSV file conform to OGC Moving Features syntax
> ---
>
> Key: SIS-319
> URL: https://issues.apache.org/jira/browse/SIS-319
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Storage
>Affects Versions: 0.7, 0.8
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Minor
> Fix For: 1.0
>
>
> Implement a reader for the OGC® Moving Features Encoding Extension:
> Simple Comma Separated Values (CSV) specification:
> * http://docs.opengeospatial.org/is/14-084r2/14-084r2.html
> Example:
> {noformat}
> @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
> {noformat}
> 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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (SIS-319) Read CSV file conform to OGC Moving Features syntax

2016-05-17 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-319:

Fix Version/s: (was: 0.7)
   0.8

> Read CSV file conform to OGC Moving Features syntax
> ---
>
> Key: SIS-319
> URL: https://issues.apache.org/jira/browse/SIS-319
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Storage
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Minor
> Fix For: 0.8
>
>
> Implement a reader for the OGC® Moving Features Encoding Extension:
> Simple Comma Separated Values (CSV) specification:
> * http://docs.opengeospatial.org/is/14-084r2/14-084r2.html
> Example:
> {noformat}
> @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
> {noformat}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SIS-319) Read CSV file conform to OGC Moving Features syntax

2016-03-08 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-319:

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

* http://docs.opengeospatial.org/is/14-084r2/14-084r2.html

Example:

{noformat}
@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
{noformat}

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.


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

* http://docs.opengeospatial.org/is/14-084r2/14-084r2.html

Example:

{noformat}
@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
{noformat}

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.



> Read CSV file conform to OGC Moving Features syntax
> ---
>
> Key: SIS-319
> URL: https://issues.apache.org/jira/browse/SIS-319
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Storage
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Minor
> Fix For: 0.7
>
>
> Implement a reader for the OGC® Moving Features Encoding Extension:
> Simple Comma Separated Values (CSV) specification:
> * http://docs.opengeospatial.org/is/14-084r2/14-084r2.html
> Example:
> {noformat}
> @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
> {noformat}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (SIS-319) Read CSV file conform to OGC Moving Features syntax

2016-03-08 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-319:

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

* http://docs.opengeospatial.org/is/14-084r2/14-084r2.html

Example:

{noformat}
@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
{noformat}

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.


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

* http://docs.opengeospatial.org/is/14-084r2/14-084r2.html

Example:

{noformat}
@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
{noformat}

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.



> Read CSV file conform to OGC Moving Features syntax
> ---
>
> Key: SIS-319
> URL: https://issues.apache.org/jira/browse/SIS-319
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Storage
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Minor
> Fix For: 0.7
>
>
> Implement a reader for the _OGC® Moving Features Encoding Extension:
> Simple Comma Separated Values (CSV)_ specification:
> * http://docs.opengeospatial.org/is/14-084r2/14-084r2.html
> Example:
> {noformat}
> @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
> {noformat}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)