This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a change to branch geoparquet-filtering-and-simplification
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


    from c3734fea Improve the creation of the filter predicate
     add 6128f62c Refactor the geoparquet reader
     add 3315dc4d Add some javadoc
     add 07f53a39 Move the config in a dedicated class

No new revisions were added by this update.

Summary of changes:
 .../geoparquet/GeoParquetTypeConversion.java       |  16 +-
 .../geoparquet/GeoParquetColumnMetadata.java       | 114 ---------
 .../baremaps/geoparquet/GeoParquetException.java   |  15 ++
 .../baremaps/geoparquet/GeoParquetGroup.java       | 254 ++++++---------------
 .../geoparquet/GeoParquetGroupConverter.java       |  24 ++
 .../geoparquet/GeoParquetGroupFactory.java         |  66 ++++--
 .../GeoParquetGroupRecordMaterializer.java         |  16 ++
 .../baremaps/geoparquet/GeoParquetMetadata.java    | 241 ++++++++-----------
 .../geoparquet/GeoParquetPrimitiveConverter.java   |   9 +
 .../baremaps/geoparquet/GeoParquetReader.java      |  39 ++--
 .../baremaps/geoparquet/GeoParquetSchema.java      | 160 +++++++++++++
 .../baremaps/geoparquet/GeoParquetSpliterator.java |  13 ++
 ...{GeoParquetException.java => OvertureMaps.java} |  19 +-
 13 files changed, 490 insertions(+), 496 deletions(-)
 delete mode 100644 
baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/GeoParquetColumnMetadata.java
 create mode 100644 
baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/GeoParquetSchema.java
 copy 
baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/{GeoParquetException.java
 => OvertureMaps.java} (59%)

Reply via email to