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 ffbc74ca Fix issues in group
add 461d30a8 Add benchmarking module
add 2d0eacf2 Skip geoparquet files based on their bbox
add 13252565 Format code
No new revisions were added by this update.
Summary of changes:
.gitignore | 4 +
baremaps-benchmarking/pom.xml | 64 +++++++++++++++
.../geoparquet/OvertureMapsBenchmark.java | 96 ++++++++++++++++++++++
.../geoparquet/SmallFileBenchmark.java | 74 +++++++++++++++++
.../baremaps/geoparquet/GeoParquetSpliterator.java | 62 ++++++++------
pom.xml | 1 +
6 files changed, 278 insertions(+), 23 deletions(-)
create mode 100644 baremaps-benchmarking/pom.xml
create mode 100644
baremaps-benchmarking/src/main/java/org/apache/baremaps/benchmarking/geoparquet/OvertureMapsBenchmark.java
create mode 100644
baremaps-benchmarking/src/main/java/org/apache/baremaps/benchmarking/geoparquet/SmallFileBenchmark.java