[jira] [Commented] (SIS-391) Implement OGC Catalog Service for the Web (CSW)

2018-03-26 Thread Nguyen Thi Phuong Hao (JIRA)

[ 
https://issues.apache.org/jira/browse/SIS-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414809#comment-16414809
 ] 

Nguyen Thi Phuong Hao commented on SIS-391:
---

Hi Martin

Thanks so much

 

 

> Implement OGC Catalog Service for the Web (CSW)
> ---
>
> Key: SIS-391
> URL: https://issues.apache.org/jira/browse/SIS-391
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Metadata, Web services
>Affects Versions: 0.8
>Reporter: Martin Desruisseaux
>Priority: Major
>  Labels: gsoc2018
>
> Apache SIS provides an implementation of geospatial metadata as modeled by 
> ISO 19115 international standard, together with its representation in XML 
> (ISO 19139). This metadata support has been used in a [previous Google Summer 
> of code project (by Hao in 
> 2016)|http://haonguyen123.blogspot.fr/2016/08/mapping-between-geotiff-metadata-to-iso-19115.html],
>  as a part of task SIS-307. This project resulted in two main parts:
> * A reader capable to provides GeoTIFF information in a structure compliant 
> with ISO 19115 standard.
> * A prototype of [Catalog Service for the 
> Web|https://en.wikipedia.org/wiki/Catalog_Service_for_the_Web] (CSW) – done 
> with the help of Chinh – following the [standard published by the Open 
> Geospatial Consortium (OGC)|http://www.opengeospatial.org/standards/cat].
> The GeoTIFF reader, which was the main topic of Hao's work, has been 
> integrated in Apache SIS, together with her reader for Landsat metadata. 
> However the CSW part, which was a prototype, is not yet ported into Apache 
> SIS but is available on [Hao's repository on 
> GitHub|https://github.com/haonguyen123/sis]. We propose a Google Summer of 
> Code project for continuing Hao's work. The goal is to provide a fully 
> functional CSW to be integrated into Apache SIS. This work will use Hao's 
> GeoTIFF and Landsat readers, together with other readers available in SIS: 
> netCDF, Moving Features and GPX formats.



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


[jira] [Commented] (SIS-391) Implement OGC Catalog Service for the Web (CSW)

2018-03-26 Thread Martin Desruisseaux (JIRA)

[ 
https://issues.apache.org/jira/browse/SIS-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414155#comment-16414155
 ] 

Martin Desruisseaux commented on SIS-391:
-

Hello Hao

This look fine for me. Do you want to post the URL on the developer mailing 
list in case other person could comment before the deadline?

Isuranga, do you wish to post a URL too?

> Implement OGC Catalog Service for the Web (CSW)
> ---
>
> Key: SIS-391
> URL: https://issues.apache.org/jira/browse/SIS-391
> Project: Spatial Information Systems
>  Issue Type: New Feature
>  Components: Metadata, Web services
>Affects Versions: 0.8
>Reporter: Martin Desruisseaux
>Priority: Major
>  Labels: gsoc2018
>
> Apache SIS provides an implementation of geospatial metadata as modeled by 
> ISO 19115 international standard, together with its representation in XML 
> (ISO 19139). This metadata support has been used in a [previous Google Summer 
> of code project (by Hao in 
> 2016)|http://haonguyen123.blogspot.fr/2016/08/mapping-between-geotiff-metadata-to-iso-19115.html],
>  as a part of task SIS-307. This project resulted in two main parts:
> * A reader capable to provides GeoTIFF information in a structure compliant 
> with ISO 19115 standard.
> * A prototype of [Catalog Service for the 
> Web|https://en.wikipedia.org/wiki/Catalog_Service_for_the_Web] (CSW) – done 
> with the help of Chinh – following the [standard published by the Open 
> Geospatial Consortium (OGC)|http://www.opengeospatial.org/standards/cat].
> The GeoTIFF reader, which was the main topic of Hao's work, has been 
> integrated in Apache SIS, together with her reader for Landsat metadata. 
> However the CSW part, which was a prototype, is not yet ported into Apache 
> SIS but is available on [Hao's repository on 
> GitHub|https://github.com/haonguyen123/sis]. We propose a Google Summer of 
> Code project for continuing Hao's work. The goal is to provide a fully 
> functional CSW to be integrated into Apache SIS. This work will use Hao's 
> GeoTIFF and Landsat readers, together with other readers available in SIS: 
> netCDF, Moving Features and GPX formats.



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


svn commit: r1827757 - in /sis/branches/JDK8: core/sis-metadata/src/test/java/org/apache/sis/test/xml/ core/sis-metadata/src/test/resources/org/apache/sis/internal/jaxb/lan/ core/sis-portrayal/src/mai

2018-03-26 Thread desruisseaux
Author: desruisseaux
Date: Mon Mar 26 12:30:10 2018
New Revision: 1827757

URL: http://svn.apache.org/viewvc?rev=1827757&view=rev
Log:
Fix SVN properties and minor typos.

Modified:

sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/test/xml/AnnotationConsistencyCheck.java

sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/test/xml/SchemaCompliance.java

sis/branches/JDK8/core/sis-metadata/src/test/resources/org/apache/sis/internal/jaxb/lan/Locales
 (legacy).xml   (props changed)

sis/branches/JDK8/core/sis-metadata/src/test/resources/org/apache/sis/internal/jaxb/lan/Locales.xml
   (props changed)

sis/branches/JDK8/core/sis-portrayal/src/main/java/org/apache/sis/internal/map/MapContext.java
   (props changed)

sis/branches/JDK8/core/sis-portrayal/src/main/java/org/apache/sis/internal/map/MapGroup.java
   (props changed)

sis/branches/JDK8/core/sis-portrayal/src/main/java/org/apache/sis/internal/map/MapItem.java
   (props changed)

sis/branches/JDK8/core/sis-portrayal/src/main/java/org/apache/sis/internal/map/MapLayer.java
   (props changed)

sis/branches/JDK8/storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/folder/test-data/data1.xml
   (props changed)

sis/branches/JDK8/storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/folder/test-data/data2.xml
   (props changed)

sis/branches/JDK8/storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/folder/test-data/data3.xml
   (props changed)

sis/branches/JDK8/storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/folder/test-data/data4/data5.xml
   (props changed)

Modified: 
sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/test/xml/AnnotationConsistencyCheck.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/test/xml/AnnotationConsistencyCheck.java?rev=1827757&r1=1827756&r2=1827757&view=diff
==
--- 
sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/test/xml/AnnotationConsistencyCheck.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/test/xml/AnnotationConsistencyCheck.java
 [UTF-8] Mon Mar 26 12:30:10 2018
@@ -407,13 +407,13 @@ public abstract strictfp class Annotatio
 }
 case "satisfiedPlan": {
 if 
(org.opengis.metadata.acquisition.Requirement.class.isAssignableFrom(enclosing))
 {
-name = "satisifiedPlan";// Mispelling in 
ISO 19115-3:2016
+name = "satisifiedPlan";// Misspelling in 
ISO 19115-3:2016
 }
 break;
 }
 case "meteorologicalConditions": {
 if 
(org.opengis.metadata.acquisition.EnvironmentalRecord.class.isAssignableFrom(enclosing))
 {
-name = "meterologicalConditions";   // Mispelling in 
ISO 19115-3:2016
+name = "meterologicalConditions";   // Misspelling in 
ISO 19115-3:2016
 }
 break;
 }

Modified: 
sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/test/xml/SchemaCompliance.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/test/xml/SchemaCompliance.java?rev=1827757&r1=1827756&r2=1827757&view=diff
==
--- 
sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/test/xml/SchemaCompliance.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-metadata/src/test/java/org/apache/sis/test/xml/SchemaCompliance.java
 [UTF-8] Mon Mar 26 12:30:10 2018
@@ -42,7 +42,7 @@ import org.apache.sis.util.StringBuilder
 
 
 /**
- * Compares JAXB annotations against the ISO 19115 schema. This test requires 
a connection to
+ * Compares JAXB annotations against the ISO 19115 schemas. This test requires 
a connection to
  * http://standards.iso.org/iso/19115/-3/";>http://standards.iso.org/iso/19115/-3/.
  * All classes in a given directory are scanned.
  *
@@ -476,7 +476,7 @@ public final strictfp class SchemaCompli
 
 /**
  * Verifies that the relationship between the name of the given entity and 
its type are consistent with
- * OGC/ISO conventions. This method ignore the prefix (e.g. {@code "mdb:"} 
in {@code "mdb:MD_Metadata"}).
+ * OGC/ISO conventions. This method ignores the prefix (e.g. {@code 
"mdb:"} in {@code "mdb:MD_Metadata"}).
  *
  * @param  enclosing  schema or other container where the error happened.
  * @param  name   the class or property name. Example: {@code 
"MD_Metadata"}, {@code "citation"}.

Propchange: 
sis/branches/JDK8/core/sis-metadata/src/test/resources/org/apache/sis/internal/jaxb/lan/Locales
 (legacy).xml