svn commit: r1796851 - in /sis/site/trunk/content/fr: ./ faq.mdtext

2017-05-30 Thread jsorel
Author: jsorel Date: Tue May 30 12:24:20 2017 New Revision: 1796851 URL: http://svn.apache.org/viewvc?rev=1796851&view=rev Log: Add FAQ french translation Added: sis/site/trunk/content/fr/ sis/site/trunk/content/fr/faq.mdtext Added: sis/site/trunk/content/fr/faq.mdtext URL:

svn commit: r1798897 - /sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/TransformSeparator.java

2017-06-16 Thread jsorel
Author: jsorel Date: Fri Jun 16 08:37:48 2017 New Revision: 1798897 URL: http://svn.apache.org/viewvc?rev=1798897&view=rev Log: Fix TransformSeparator applied to PassThroughTransform Modified: sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/opera

svn commit: r1803139 - /sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/internal/metadata/NameToIdentifier.java

2017-07-27 Thread jsorel
Author: jsorel Date: Thu Jul 27 08:36:13 2017 New Revision: 1803139 URL: http://svn.apache.org/viewvc?rev=1803139&view=rev Log: Fix NameToIdentifier.isHeuristicMatchForIdentifier, search result for names wihout separators were always false. Modified: sis/branches/JDK8/core/sis-metadata

svn commit: r1803647 - in /sis/branches/JDK8/storage: sis-earth-observation/src/main/java/org/apache/sis/storage/earthobservation/ sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/ sis-netcdf/

2017-08-01 Thread jsorel
Author: jsorel Date: Tue Aug 1 14:30:38 2017 New Revision: 1803647 URL: http://svn.apache.org/viewvc?rev=1803647&view=rev Log: Store : add Resource,DataSet API Added: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/Aggregate.java sis/branches/JDK8/sto

svn commit: r1805624 - /sis/branches/JDK8/storage/sis-gdal/src/main/resources/native/linux/libproj-binding.so

2017-08-21 Thread jsorel
Author: jsorel Date: Mon Aug 21 12:06:11 2017 New Revision: 1805624 URL: http://svn.apache.org/viewvc?rev=1805624&view=rev Log: Update Proj4 JNI bindings for Linux Modified: sis/branches/JDK8/storage/sis-gdal/src/main/resources/native/linux/libproj-binding.so Modified: sis/branches/

svn commit: r1806011 - in /sis/branches/JDK8/storage: sis-earth-observation/src/main/java/org/apache/sis/storage/earthobservation/ sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/ sis-netcdf/

2017-08-24 Thread jsorel
Author: jsorel Date: Thu Aug 24 08:56:18 2017 New Revision: 1806011 URL: http://svn.apache.org/viewvc?rev=1806011&view=rev Log: Add data store provider opening parameters description Modified: sis/branches/JDK8/storage/sis-earth-observation/src/main/java/org/apache/sis/sto

svn commit: r1806032 - in /sis/branches/JDK8/storage: sis-storage/src/main/java/org/apache/sis/storage/DataStore.java sis-xmlstore/src/main/java/org/apache/sis/internal/storage/xml/stream/StaxDataStor

2017-08-24 Thread jsorel
Author: jsorel Date: Thu Aug 24 12:08:31 2017 New Revision: 1806032 URL: http://svn.apache.org/viewvc?rev=1806032&view=rev Log: Add method on DataStore to return it's provider Modified: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/DataStore.java

svn commit: r1807353 - in /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis: internal/storage/ storage/

2017-09-05 Thread jsorel
Author: jsorel Date: Tue Sep 5 14:19:26 2017 New Revision: 1807353 URL: http://svn.apache.org/viewvc?rev=1807353&view=rev Log: FeatureSet : add writing operations add, removeIf and replaceIf Added: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/sto

svn commit: r1807354 - /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/FeatureSet.java

2017-09-05 Thread jsorel
Author: jsorel Date: Tue Sep 5 14:25:16 2017 New Revision: 1807354 URL: http://svn.apache.org/viewvc?rev=1807354&view=rev Log: FeatureSet : fix removeIf and replaceIf methods to match java List interface Modified: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/sto

svn commit: r1807359 - /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/FeatureSet.java

2017-09-05 Thread jsorel
Author: jsorel Date: Tue Sep 5 14:52:51 2017 New Revision: 1807359 URL: http://svn.apache.org/viewvc?rev=1807359&view=rev Log: FeatureSet : add missing boolean return value on removeIf method Modified: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/sto

svn commit: r1807482 - in /sis/branches/JDK8/storage: sis-earth-observation/src/main/java/org/apache/sis/storage/earthobservation/ sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/ sis-netcdf/

2017-09-06 Thread jsorel
Author: jsorel Date: Wed Sep 6 13:36:22 2017 New Revision: 1807482 URL: http://svn.apache.org/viewvc?rev=1807482&view=rev Log: DataStore : review DataStore API, add Resource creation methods on Aggregate Added: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/inte

svn commit: r1807695 - in /sis/branches/JDK8/storage/sis-storage/src: main/java/org/apache/sis/internal/storage/folder/ main/resources/META-INF/services/ test/java/org/apache/sis/internal/storage/fold

2017-09-08 Thread jsorel
Author: jsorel Date: Fri Sep 8 09:16:31 2017 New Revision: 1807695 URL: http://svn.apache.org/viewvc?rev=1807695&view=rev Log: Storage : new FolderStore capable of aggregating multiple smaller file stores Added: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/inte

svn commit: r1807741 - in /sis/branches/JDK8/application/sis-javafx: ./ src/main/java/org/apache/sis/gui/dataset/ src/main/java/org/apache/sis/internal/ src/main/java/org/apache/sis/internal/gui/

2017-09-08 Thread jsorel
Author: jsorel Date: Fri Sep 8 12:39:00 2017 New Revision: 1807741 URL: http://svn.apache.org/viewvc?rev=1807741&view=rev Log: JavaFX : new ResourceTree widget Added: sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/gui/dataset/ sis/branches/JDK8/application

svn commit: r1807778 - in /sis/branches/JDK8/application: ./ sis-javafx/src/main/java/org/apache/sis/gui/ sis-javafx/src/main/java/org/apache/sis/gui/crs/ sis-javafx/src/main/java/org/apache/sis/gui/d

2017-09-08 Thread jsorel
Author: jsorel Date: Fri Sep 8 15:37:30 2017 New Revision: 1807778 URL: http://svn.apache.org/viewvc?rev=1807778&view=rev Log: JavaFx : new CRSChooser widget Added: sis/branches/JDK8/application/sis-javafx/src/main/java/org/apache/sis/gui/Resources.java - copied, changed

svn commit: r1812643 - in /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage: FeatureSet.java Query.java UnsupportedQueryException.java

2017-10-19 Thread jsorel
Author: jsorel Date: Thu Oct 19 13:52:22 2017 New Revision: 1812643 URL: http://svn.apache.org/viewvc?rev=1812643&view=rev Log: DataStore : add FeatureSet Query API Added: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/Query.java sis/branches/JDK8/sto

svn commit: r1823446 - /sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/internal/metadata/SensorType.java

2018-02-07 Thread jsorel
Author: jsorel Date: Wed Feb 7 09:40:17 2018 New Revision: 1823446 URL: http://svn.apache.org/viewvc?rev=1823446&view=rev Log: Typo : fix copy/paste documentation error in SensorType Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/internal/meta

svn commit: r1823451 - in /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage: Aggregate.java Capability.java FeatureSet.java Resource.java

2018-02-07 Thread jsorel
Author: jsorel Date: Wed Feb 7 10:36:42 2018 New Revision: 1823451 URL: http://svn.apache.org/viewvc?rev=1823451&view=rev Log: DataStore : add Capability API on Resources Added: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/Capability.java Modified:

svn commit: r1823458 - /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/Capability.java

2018-02-07 Thread jsorel
Author: jsorel Date: Wed Feb 7 11:32:49 2018 New Revision: 1823458 URL: http://svn.apache.org/viewvc?rev=1823458&view=rev Log: fix checkstyle error, missing final Modified: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/Capability.java Modified: sis/bran

svn commit: r1824206 - in /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis: internal/storage/FileSystemResource.java storage/FeatureSet.java

2018-02-14 Thread jsorel
Author: jsorel Date: Wed Feb 14 09:38:28 2018 New Revision: 1824206 URL: http://svn.apache.org/viewvc?rev=1824206&view=rev Log: DataStore : add FeatureSet.updateType and FileSystemResource Added: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/sto

svn commit: r1824217 - in /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis: internal/storage/ storage/

2018-02-14 Thread jsorel
Author: jsorel Date: Wed Feb 14 10:37:11 2018 New Revision: 1824217 URL: http://svn.apache.org/viewvc?rev=1824217&view=rev Log: Storage : split Aggregate/FeatureSet in read/write interfaces, add FileSystemResource and Transaction Added: sis/branches/JDK8/storage/sis-storage/src/main/

svn commit: r1824245 - in /sis/branches/JDK8/storage/sis-storage/src: main/java/org/apache/sis/internal/storage/ main/java/org/apache/sis/internal/storage/csv/ main/java/org/apache/sis/internal/storag

2018-02-14 Thread jsorel
Author: jsorel Date: Wed Feb 14 15:18:02 2018 New Revision: 1824245 URL: http://svn.apache.org/viewvc?rev=1824245&view=rev Log: Storage : improve folder store to support add and remove operations if a specific provider is given Added: sis/branches/JDK8/storage/sis-storage/src/

svn commit: r1824726 - /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/DataStores.java

2018-02-19 Thread jsorel
Author: jsorel Date: Mon Feb 19 09:35:56 2018 New Revision: 1824726 URL: http://svn.apache.org/viewvc?rev=1824726&view=rev Log: DataStore : add method to find compatible datastore providers for a given input Modified: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache

svn commit: r1824729 - in /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage: Capability.java WritableAggregate.java WritableFeatureSet.java

2018-02-19 Thread jsorel
Author: jsorel Date: Mon Feb 19 10:35:54 2018 New Revision: 1824729 URL: http://svn.apache.org/viewvc?rev=1824729&view=rev Log: Javadoc : fix absolute javadoc links Modified: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/Capability.java sis/branches/

svn commit: r1824731 - in /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage: FileSystemProvider.java URIDataStore.java

2018-02-19 Thread jsorel
Author: jsorel Date: Mon Feb 19 10:45:28 2018 New Revision: 1824731 URL: http://svn.apache.org/viewvc?rev=1824731&view=rev Log: DataStore : add FileSystemProvider interface to declare format suffix,signature and factorize probContent implementations Added: sis/branches/JDK8/storage

svn commit: r1824845 - /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/DataStore.java

2018-02-20 Thread jsorel
Author: jsorel Date: Tue Feb 20 10:42:19 2018 New Revision: 1824845 URL: http://svn.apache.org/viewvc?rev=1824845&view=rev Log: DataStore : improve findResource DataStore method to handle namespace and not only the code Modified: sis/branches/JDK8/storage/sis-storage/src/main/java

svn commit: r1825058 - /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/FileSystemProvider.java

2018-02-22 Thread jsorel
Author: jsorel Date: Thu Feb 22 13:22:52 2018 New Revision: 1825058 URL: http://svn.apache.org/viewvc?rev=1825058&view=rev Log: DataStore : fix ByteBufer not restored to original state by FileSystemProvider Modified: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache

svn commit: r1825131 - in /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis: internal/storage/ internal/storage/folder/ storage/

2018-02-23 Thread jsorel
Author: jsorel Date: Fri Feb 23 14:44:11 2018 New Revision: 1825131 URL: http://svn.apache.org/viewvc?rev=1825131&view=rev Log: Naming : rename FileSystemResource, remove default writable resource method implementations Added: sis/branches/JDK8/storage/sis-storage/src/main/java/org/ap

svn commit: r1826122 - in /sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage: ChangeEvent.java ChangeListener.java Resource.java

2018-03-07 Thread jsorel
Author: jsorel Date: Wed Mar 7 15:29:08 2018 New Revision: 1826122 URL: http://svn.apache.org/viewvc?rev=1826122&view=rev Log: Resource : prepare listener API for Resources Added: sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/storage/ChangeEvent.java sis/bran

svn commit: r1826952 - in /sis/branches/JDK8: core/ core/sis-portrayal/ core/sis-portrayal/src/ core/sis-portrayal/src/main/ core/sis-portrayal/src/main/java/ core/sis-portrayal/src/main/java/org/ cor

2018-03-16 Thread jsorel
Author: jsorel Date: Fri Mar 16 10:26:45 2018 New Revision: 1826952 URL: http://svn.apache.org/viewvc?rev=1826952&view=rev Log: Portrayal : new maven module for symbology and mapping Added: sis/branches/JDK8/core/sis-portrayal/ sis/branches/JDK8/core/sis-portrayal/pom.xml

svn commit: r1827413 - in /sis/branches/JDK8/core/sis-portrayal: ./ src/main/java/org/apache/sis/internal/ src/main/java/org/apache/sis/internal/map/

2018-03-21 Thread jsorel
Author: jsorel Date: Wed Mar 21 14:16:21 2018 New Revision: 1827413 URL: http://svn.apache.org/viewvc?rev=1827413&view=rev Log: Map : add a first version of map context and layers classes Added: sis/branches/JDK8/core/sis-portrayal/src/main/java/org/apache/sis/internal/ sis/bran

svn commit: r1827417 - in /sis/branches/JDK8/core/sis-portrayal/src/main/java/org/apache/sis/internal/map: MapContext.java MapItem.java

2018-03-21 Thread jsorel
Author: jsorel Date: Wed Mar 21 15:51:12 2018 New Revision: 1827417 URL: http://svn.apache.org/viewvc?rev=1827417&view=rev Log: CheckStyle : remove trailing spaces in portrayal module Modified: sis/branches/JDK8/core/sis-portrayal/src/main/java/org/apache/sis/internal/map/MapContext.

svn commit: r1828058 - in /sis/branches/JDK8/storage: sis-earth-observation/src/main/java/org/apache/sis/storage/earthobservation/ sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/ sis-netcdf/

2018-03-30 Thread jsorel
Author: jsorel Date: Fri Mar 30 12:19:21 2018 New Revision: 1828058 URL: http://svn.apache.org/viewvc?rev=1828058&view=rev Log: Resource : uncomment and implement resource listeners methods Modified: sis/branches/JDK8/storage/sis-earth-observation/src/main/java/org/apache/sis/sto

svn commit: r1828718 - in /sis/branches/JDK8: ide-project/NetBeans/nbproject/ storage/ storage/sis-sql/ storage/sis-sql/src/ storage/sis-sql/src/main/ storage/sis-sql/src/main/java/ storage/sis-sql/sr

2018-04-09 Thread jsorel
Author: jsorel Date: Mon Apr 9 13:56:07 2018 New Revision: 1828718 URL: http://svn.apache.org/viewvc?rev=1828718&view=rev Log: SQL : start maven module for JDBC store implementations Added: sis/branches/JDK8/storage/sis-sql/ sis/branches/JDK8/storage/sis-sql/pom.xml sis/bran

svn commit: r1828730 - in /sis/branches/JDK8/storage/sis-sql/src/main/java/org: ./ apache/ apache/sis/ apache/sis/sql/ apache/sis/sql/dialect/ apache/sis/sql/reverse/

2018-04-09 Thread jsorel
Author: jsorel Date: Mon Apr 9 15:05:26 2018 New Revision: 1828730 URL: http://svn.apache.org/viewvc?rev=1828730&view=rev Log: SQL : add base classes of jdbc store Added: sis/branches/JDK8/storage/sis-sql/src/main/java/org/ sis/branches/JDK8/storage/sis-sql/src/main/java/org/ap

svn commit: r1828799 [1/3] - in /sis/branches/JDK8: ide-project/NetBeans/nbproject/ storage/sis-sql/src/main/java/org/apache/sis/internal/ storage/sis-sql/src/main/java/org/apache/sis/internal/sql/ st

2018-04-10 Thread jsorel
Author: jsorel Date: Tue Apr 10 08:52:43 2018 New Revision: 1828799 URL: http://svn.apache.org/viewvc?rev=1828799&view=rev Log: SQL : add database metamodel classes Added: sis/branches/JDK8/storage/sis-sql/src/main/java/org/apache/sis/internal/ sis/branches/JDK8/storage/sis-sql/src/

svn commit: r1828799 [3/3] - in /sis/branches/JDK8: ide-project/NetBeans/nbproject/ storage/sis-sql/src/main/java/org/apache/sis/internal/ storage/sis-sql/src/main/java/org/apache/sis/internal/sql/ st

2018-04-10 Thread jsorel
Modified: sis/branches/JDK8/ide-project/NetBeans/nbproject/genfiles.properties URL: http://svn.apache.org/viewvc/sis/branches/JDK8/ide-project/NetBeans/nbproject/genfiles.properties?rev=1828799&r1=1828798&r2=1828799&view=diff

svn commit: r1828799 [2/3] - in /sis/branches/JDK8: ide-project/NetBeans/nbproject/ storage/sis-sql/src/main/java/org/apache/sis/internal/ storage/sis-sql/src/main/java/org/apache/sis/internal/sql/ st

2018-04-10 Thread jsorel
Modified: sis/branches/JDK8/ide-project/NetBeans/nbproject/build-impl.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/ide-project/NetBeans/nbproject/build-impl.xml?rev=1828799&r1=1828798&r2=1828799&view=diff == --

svn commit: r1828812 - in /sis/branches/JDK8/storage/sis-sql/src/main/java/org/apache/sis: internal/sql/ internal/sql/reverse/ sql/ sql/dialect/

2018-04-10 Thread jsorel
Author: jsorel Date: Tue Apr 10 12:47:48 2018 New Revision: 1828812 URL: http://svn.apache.org/viewvc?rev=1828812&view=rev Log: SQL : first version of database reverse engineering logic Added: sis/branches/JDK8/storage/sis-sql/src/main/java/org/apache/sis/internal

svn commit: r1828826 - in /sis/branches/JDK8/storage/sis-sql/src/main/java/org/apache/sis: internal/sql/reverse/ sql/ sql/postgres/

2018-04-10 Thread jsorel
Author: jsorel Date: Tue Apr 10 15:20:09 2018 New Revision: 1828826 URL: http://svn.apache.org/viewvc?rev=1828826&view=rev Log: SQL : add SQLQuery, prepare query feature set, start postgres implementation Added: sis/branches/JDK8/storage/sis-sql/src/main/java/org/apache/sis

svn commit: r1830086 - in /sis/branches/JDK8: core/sis-feature/src/main/java/org/apache/sis/filter/ storage/sis-storage/src/main/java/org/apache/sis/internal/storage/ storage/sis-storage/src/main/java

2018-04-25 Thread jsorel
Author: jsorel Date: Wed Apr 25 15:22:58 2018 New Revision: 1830086 URL: http://svn.apache.org/viewvc?rev=1830086&view=rev Log: DataStore : add in memory feature set and simple query implementations Added: sis/branches/JDK8/core/sis-feature/src/main/java/org/apache/sis/fi

svn commit: r1830184 - in /sis/branches/JDK8: core/sis-feature/src/main/java/org/apache/sis/filter/ storage/sis-storage/src/main/java/org/apache/sis/internal/storage/query/ storage/sis-storage/src/tes

2018-04-26 Thread jsorel
Author: jsorel Date: Thu Apr 26 10:34:34 2018 New Revision: 1830184 URL: http://svn.apache.org/viewvc?rev=1830184&view=rev Log: Query : support simple query columns Added: sis/branches/JDK8/core/sis-feature/src/main/java/org/apache/sis/filter/AbstractBinaryComparisonOperator.java

svn commit: r1830206 - in /sis/branches/JDK8/storage/sis-storage/src: main/java/org/apache/sis/internal/storage/JoinFeatureSet.java test/java/org/apache/sis/internal/storage/JoinFeatureSetTest.java te

2018-04-26 Thread jsorel
Author: jsorel Date: Thu Apr 26 12:42:41 2018 New Revision: 1830206 URL: http://svn.apache.org/viewvc?rev=1830206&view=rev Log: FeatureSet : add JoinFeatureSet implementation, similar to SQL Join for two distinct feature set Added: sis/branches/JDK8/storage/sis-storage/src/main/java

svn commit: r1833333 - /sis/trunk/core/sis-portrayal/src/main/java/org/apache/sis/internal/map/MapLayer.java

2018-06-11 Thread jsorel
Author: jsorel Date: Mon Jun 11 14:16:44 2018 New Revision: 183 URL: http://svn.apache.org/viewvc?rev=183&view=rev Log: Portrayal : remove final and extend MapItem on MapLayer class Modified: sis/trunk/core/sis-portrayal/src/main/java/org/apache/sis/internal/map/MapLayer.

[sis] branch geoapi-4.0 updated: Mollweide : add support for Mollweide operation

2018-07-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new e15aa86 Mollweide : add support for

[sis] branch geoapi-4.0 updated: Coverage : fix a null pointer on sample dimension creation when name is undefined

2019-10-10 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 5c02092 Coverage : fix a null pointer on

[sis] branch feat/resample created (now 69b5074)

2019-10-25 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/resample in repository https://gitbox.apache.org/repos/asf/sis.git. at 69b5074 Coverage : resample and GridCoverageResource read update proposal This branch includes the following

[sis] 01/01: Coverage : resample and GridCoverageResource read update proposal

2019-10-25 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/resample in repository https://gitbox.apache.org/repos/asf/sis.git commit 69b50749c1db19b9b310e023faa84c5af720a493 Author: jsorel AuthorDate: Fri Oct 25 14:03:09 2019 +0200 Coverage

[sis] branch feat/resample deleted (was 69b5074)

2019-10-25 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/resample in repository https://gitbox.apache.org/repos/asf/sis.git. was 69b5074 Coverage : resample and GridCoverageResource read update proposal This change permanently discards

[sis] branch geoapi-4.0 updated: CoverageResource : add GridCoverageResource subset method and Coverage Query

2019-10-25 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new f4c4b9c CoverageResource : add

[sis] branch geoapi-4.0 updated: DataStore : add additional store metadata informations, Capability.CREATE and resource types

2019-10-29 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 0e4d884 DataStore : add additional store

[sis] branch feat/geojson created (now 75c95d5)

2019-10-30 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/geojson in repository https://gitbox.apache.org/repos/asf/sis.git. at 75c95d5 GeoJSON : add store implementation This branch includes the following new commits: new 2a54845

[sis] 01/02: GeoJson : add maven module

2019-10-30 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/geojson in repository https://gitbox.apache.org/repos/asf/sis.git commit 2a54845df7224b06fbc0c5c7d9ae84103c0f5026 Author: jsorel AuthorDate: Tue Oct 29 17:07:57 2019 +0100 GeoJson

[sis] branch geoapi-4.0 updated: Filter : add between filter implementation

2019-10-31 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new c7a6e01 Filter : add between filter

[sis] branch geoapi-4.0 updated: Filter: add capabilities classes, still need to commplete tests and equals/hash/serialization

2019-10-31 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new bd1fe00 Filter: add capabilities classes

[sis] 02/02: Filter : add spatial filter classes, not implemented yet, this allows more CQL tests to be activated

2019-11-05 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 20e29957c4b01e09c3b177613c0027d5ca5731a5 Author: jsorel AuthorDate: Tue Nov 5 16:16:50 2019 +0100 Filter : add

[sis] branch geoapi-4.0 updated (f2311f5 -> 20e2995)

2019-11-05 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git. from f2311f5 Fix rendering of map in the east hemisphere and when crossing anti-meridian. new eae5ae1 Filter

[sis] 01/02: Filter : prepare PropertyIsLike filter implementation

2019-11-05 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit eae5ae15dde246faa007fb37c113954a3c5a0916 Author: jsorel AuthorDate: Tue Nov 5 11:57:46 2019 +0100 Filter

[sis] branch geoapi-4.0 updated: Filter : add SQL/MM ST_Simplify and ST_SimplifyPreserveTopology functions

2019-11-06 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 52089a1 Filter : add SQL/MM ST_Simplify

[sis] branch geoapi-4.0 updated: Filter : implement and tests for spatial functions

2019-11-06 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 17aabb3 Filter : implement and tests for

[sis] branch geoapi-4.0 updated: Filter : add spatial function serialization tests

2019-11-06 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new cd32723 Filter : add spatial function

[sis] branch feat/geojson updated (75c95d5 -> fb85b0a)

2019-11-12 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/geojson in repository https://gitbox.apache.org/repos/asf/sis.git. discard 75c95d5 GeoJSON : add store implementation discard 2a54845 GeoJson : add maven module add 0aefac6

[sis] branch feat/geojson updated: GeoJson : reorganize packages

2019-11-13 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/geojson in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/feat/geojson by this push: new a4ed29f GeoJson : reorganize packages

[sis] branch geoapi-4.0 updated: Coverage : add GridCoverage implementation based on a RenderedImage

2019-11-14 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new adafeb6 Coverage : add GridCoverage

[sis] branch geoapi-4.0 updated (8289eef -> 84fd34f)

2019-11-15 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git. from 8289eef Abandon the attemps to fix https://issues.apache.org/jira/browse/SIS-481. Tried hard, I have been unable

[sis] 02/02: Image : add TranslatedRenderedImage

2019-11-15 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 84fd34f2b31e53821b45339b1dd2b7bb7f58efc3 Author: jsorel AuthorDate: Thu Nov 14 17:26:57 2019 +0100 Image : add

[sis] 01/02: Coverage : first implementation of evaluate method for GridCoverage2D

2019-11-15 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 5c209b019ae4dbf2442ded906ea087cf1e35a324 Author: jsorel AuthorDate: Thu Nov 14 15:07:46 2019 +0100 Coverage

[sis] branch geoapi-4.0 updated: Coverage : add evaluate method on GridCoverage class

2019-11-15 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 173ab3a Coverage : add evaluate method on

[sis] branch geoapi-4.0 updated: Coverage : add GridCoverage2D specific 2D methods

2019-11-19 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new b5508f6 Coverage : add GridCoverage2D

[sis] branch geoapi-4.0 updated: Shapefile : add cpg file utility class

2019-11-22 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 91a77c4 Shapefile : add cpg file utility

[sis] branch geoapi-4.0 updated: SQL : add javadoc author and version tag on SQL classes

2019-11-22 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new cd05f3d SQL : add javadoc author and

[sis] branch geoapi-4.0 updated: Portrayal : add canvas and render exception prototypes

2019-11-22 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 8458471 Portrayal : add canvas and render

[sis] 02/02: GeoJson : reorganize packages

2019-11-22 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/geojson in repository https://gitbox.apache.org/repos/asf/sis.git commit 03a16e6a112e9c0b4588e185008c5bcdc1260bab Author: jsorel AuthorDate: Wed Nov 13 09:11:13 2019 +0100 GeoJson

[sis] branch feat/geojson updated (a4ed29f -> 03a16e6)

2019-11-22 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/geojson in repository https://gitbox.apache.org/repos/asf/sis.git. discard a4ed29f GeoJson : reorganize packages discard fb85b0a GeoJson : add GeoJson DataStore add 7c7de3f7 Update

[sis] branch geoapi-4.0 updated: Filter : add SQL/MM ST_Point function

2019-11-25 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 3f2318c Filter : add SQL/MM ST_Point

[sis] branch geoapi-4.0 updated: Filter : add SQL/MM ST_LineString function

2019-11-26 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 45ce640 Filter : add SQL/MM ST_LineString

[sis] branch feat/sqlmm created (now 4815c99)

2019-11-26 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git. at 4815c99 SQL/MM : add all specification expressions This branch includes the following new commits: new

[sis] 01/02: SQL/MM : regroup all functions in an internal package

2019-11-26 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git commit 41cca84038e5bce5f27a1276bdcccbdb370aba54 Author: jsorel AuthorDate: Tue Nov 26 12:11:44 2019 +0100 SQL/MM

[sis] 01/02: SQL/MM : cleaning code

2019-11-26 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git commit fb1c2aeb919e733e511092b5f321dcbdc6622a2f Author: jsorel AuthorDate: Tue Nov 26 17:20:25 2019 +0100 SQL/MM

[sis] 02/02: SQL/MM : cleaning code

2019-11-26 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git commit 07e298508099d17c066a47ff7bd26860e1ef89e7 Author: jsorel AuthorDate: Tue Nov 26 17:34:52 2019 +0100 SQL/MM

[sis] branch feat/sqlmm updated (4815c99 -> 07e2985)

2019-11-26 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git. from 4815c99 SQL/MM : add all specification expressions new fb1c2ae SQL/MM : cleaning code new 07e2985 SQL

[sis] branch feat/sqlmm updated (07e2985 -> 1dac055)

2019-11-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git. from 07e2985 SQL/MM : cleaning code new fb76a3d SQL/MM : cleaning code new d7ae596 SQL/MM : cleaning code

[sis] 03/03: SQL/MM : cleaning code

2019-11-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git commit 1dac05559ab7a2eb0135d6d9dd8864c61d78 Author: jsorel AuthorDate: Wed Nov 27 12:22:49 2019 +0100 SQL/MM

[sis] 02/03: SQL/MM : cleaning code

2019-11-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git commit d7ae59674197ad44268e11092aef924baad46062 Author: jsorel AuthorDate: Wed Nov 27 11:20:44 2019 +0100 SQL/MM

[sis] 01/03: SQL/MM : cleaning code

2019-11-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git commit fb76a3d0cc7d7ebd0e108b1071883fb77c027389 Author: jsorel AuthorDate: Wed Nov 27 10:19:30 2019 +0100 SQL/MM

[sis] branch feat/sqlmm updated: SQL/MM : cleaning code

2019-11-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/feat/sqlmm by this push: new 8b5080a SQL/MM : cleaning code 8b5080a is

[sis] branch feat/sqlmm updated (8b5080a -> e735e9a)

2019-11-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git. discard 8b5080a SQL/MM : cleaning code discard 1dac055 SQL/MM : cleaning code discard d7ae596 SQL/MM : cleaning code

[sis] 01/01: Merge branch 'feat/sqlmm' into geoapi-4.0

2019-11-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit fef951609a8d21f94a84357a8b56866afefa4aa2 Merge: e0b32d6 e735e9a Author: jsorel AuthorDate: Wed Nov 27 15:50:03 2019

[sis] branch geoapi-4.0 updated (e0b32d6 -> fef9516)

2019-11-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git. from e0b32d6 fix(SQLStore): add missing origin table on SQL column definition. add 41cca84 SQL/MM : regroup all

[sis] branch feat/sqlmm deleted (was e735e9a)

2019-11-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/sqlmm in repository https://gitbox.apache.org/repos/asf/sis.git. was e735e9a SQL/MM : add all specification expressions The revisions that were on this branch are still contained in

[sis] branch feat/geojson updated (03a16e6 -> b8be7b8)

2019-11-28 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/geojson in repository https://gitbox.apache.org/repos/asf/sis.git. discard 03a16e6 GeoJson : reorganize packages discard 518458c GeoJson : add GeoJson DataStore add 3f2318c Filter

[sis] 02/02: GeoJson : reorganize packages

2019-11-28 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/geojson in repository https://gitbox.apache.org/repos/asf/sis.git commit b8be7b82ded3e781f5ac07b5d72ad8b5e459a466 Author: jsorel AuthorDate: Wed Nov 13 09:11:13 2019 +0100 GeoJson

[sis] branch feat/geojson updated: GeoJson : fix test cases, reduce classes scopes, fix checkstyle issues

2019-11-29 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/geojson in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/feat/geojson by this push: new 993d7d4 GeoJson : fix test cases

[sis] branch geoapi-4.0 updated: Coverage2D : add sample dimension and rendered image bands size match verification

2019-12-04 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new e79f07f Coverage2D : add sample dimension

[sis] branch geoapi-4.0 updated: Image : fix getData X axis iteration in getData method

2019-12-09 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new a234d6d Image : fix getData X axis

[sis] branch geoapi-4.0 updated: Image : fix missing translation in AbstractRenderedImage.getData() method

2019-12-12 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 0f90b1a Image : fix missing translation

[sis] branch geoapi-4.0 updated: Portrayal : add query property on MapLayer, add grid geometry 2d on GridCanvas

2019-12-20 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 3c22971 Portrayal : add query property on

[sis] branch geoapi-4.0 updated: Portrayal : factorize code between MapContext and MapGroup, add event listeners

2019-12-20 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new aea19ce Portrayal : factorize code

[sis] branch geoapi-4.0 updated: Portrayal : update mapitem API

2020-01-27 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 054d322 Portrayal : update mapitem API

[sis] branch feat/resample created (now 66224b2)

2020-03-16 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a change to branch feat/resample in repository https://gitbox.apache.org/repos/asf/sis.git. at 66224b2 feat(Resample): draft resampling classes This branch includes the following new commits: new

[sis] 01/01: feat(Resample): draft resampling classes

2020-03-16 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch feat/resample in repository https://gitbox.apache.org/repos/asf/sis.git commit 66224b2a22b12b4f978db0f66c4ea47040d28785 Author: jsorel AuthorDate: Mon Mar 16 16:48:59 2020 +0100 feat

  1   2   3   4   >