The Apache Baremaps community is pleased to announce the release of Apache Baremaps 0.8.1 (incubating). Thank you to everyone who contributed to this release and thank you to the mentors for their support. We are looking to grow the community and welcome new contributors.
Highlights
- Baremaps now supports for the popular geoparquet format thanks to the work of @sebr72 and @Drabble.
- An important performance regression was identified and fixed by @yagagagaga.
- Baremaps can now be used to generate vector contour and vector hillshades from raster tiles thanks to the integration of Apache SIS and the help of @desruisseaux.
- The builds are now reproducible and, thanks to the INFRA team, the release process has been partially automated.
- This release also fixes some licensing issues identified by @justinmclean and @CalvinKirs.
What's Changed
- Create a geoparquet module and add dependencies by @bchapuis in #855
- Improve naming in data frame abstraction by @bchapuis in #857
- Add support for nested types, geoparquet groups, and postgres jsonb in data table by @bchapuis in #860
- Create a simple Overture example by @Drabble in #862
- Improve GeoParquetReader by @sebr72 in #863
- Add file-based spliterator by @sebr72 in #866
- Add missing mandatory attributes to html files by @bchapuis in #874
- Bugfix when key out of Boundary by @yagagagaga in #880
- Performance improvement by @yagagagaga in #882
- Flatgeobuf by @bchapuis in #881
- Fix NoSuchFileException by @yagagagaga in #883
- Fix ERROR: column t.tags does not exist by @yagagagaga in #885
- Depend on s3 instead of the whole aws bundle by @bchapuis in #892
- Raster processing and digital elevation models by @bchapuis in #890
- Geoparquet filtering and simplification by @bchapuis in #895
- Skip the deployment of tighly coupled modules by @bchapuis in #896
- Link directly to issues and pulls by @sebbASF in #900
- Add a csv data store by @bchapuis in #901
- Implement a geoparquet writer by @bchapuis in #899
- Index and search DataTable with Lucene by @bchapuis in #902
- Refactor modules and add data stores by @bchapuis in #903
New Contributors
- @sebr72 made their first contribution in #858
- @yagagagaga made their first contribution in #880
- @sebbASF made their first contribution in #900
Full Changelog: v0.7.3...v0.8.1-rc3