Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
apache-baremaps-0.8.1-incubating-src.tar.gz.asc | 2024-12-20 | 833 Bytes | |
apache-baremaps-0.8.1-incubating-src.tar.gz.sha512 | 2024-12-20 | 176 Bytes | |
apache-baremaps-0.8.1-incubating-bin.tar.gz.sha512 | 2024-12-20 | 176 Bytes | |
apache-baremaps-0.8.1-incubating-src.tar.gz | 2024-12-20 | 1.9 MB | |
apache-baremaps-0.8.1-incubating-bin.tar.gz.asc | 2024-12-20 | 833 Bytes | |
apache-baremaps-0.8.1-incubating-bin.tar.gz | 2024-12-20 | 208.3 MB | |
Apache Baremaps 0.8.1 (incubating) source code.tar.gz | 2024-12-03 | 2.1 MB | |
Apache Baremaps 0.8.1 (incubating) source code.zip | 2024-12-03 | 3.3 MB | |
README.md | 2024-12-03 | 3.6 kB | |
Totals: 9 Items | 215.7 MB | 0 |
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 https://github.com/apache/incubator-baremaps/pull/855
- Improve naming in data frame abstraction by @bchapuis in https://github.com/apache/incubator-baremaps/pull/857
- Add support for nested types, geoparquet groups, and postgres jsonb in data table by @bchapuis in https://github.com/apache/incubator-baremaps/pull/860
- Create a simple Overture example by @Drabble in https://github.com/apache/incubator-baremaps/pull/862
- Improve GeoParquetReader by @sebr72 in https://github.com/apache/incubator-baremaps/pull/863
- Add file-based spliterator by @sebr72 in https://github.com/apache/incubator-baremaps/pull/866
- Add missing mandatory attributes to html files by @bchapuis in https://github.com/apache/incubator-baremaps/pull/874
- Bugfix when key out of Boundary by @yagagagaga in https://github.com/apache/incubator-baremaps/pull/880
- Performance improvement by @yagagagaga in https://github.com/apache/incubator-baremaps/pull/882
- Flatgeobuf by @bchapuis in https://github.com/apache/incubator-baremaps/pull/881
- Fix NoSuchFileException by @yagagagaga in https://github.com/apache/incubator-baremaps/pull/883
- Fix ERROR: column t.tags does not exist by @yagagagaga in https://github.com/apache/incubator-baremaps/pull/885
- Depend on s3 instead of the whole aws bundle by @bchapuis in https://github.com/apache/incubator-baremaps/pull/892
- Raster processing and digital elevation models by @bchapuis in https://github.com/apache/incubator-baremaps/pull/890
- Geoparquet filtering and simplification by @bchapuis in https://github.com/apache/incubator-baremaps/pull/895
- Skip the deployment of tighly coupled modules by @bchapuis in https://github.com/apache/incubator-baremaps/pull/896
- Link directly to issues and pulls by @sebbASF in https://github.com/apache/incubator-baremaps/pull/900
- Add a csv data store by @bchapuis in https://github.com/apache/incubator-baremaps/pull/901
- Implement a geoparquet writer by @bchapuis in https://github.com/apache/incubator-baremaps/pull/899
- Index and search DataTable with Lucene by @bchapuis in https://github.com/apache/incubator-baremaps/pull/902
- Refactor modules and add data stores by @bchapuis in https://github.com/apache/incubator-baremaps/pull/903
New Contributors
- @sebr72 made their first contribution in https://github.com/apache/incubator-baremaps/pull/858
- @yagagagaga made their first contribution in https://github.com/apache/incubator-baremaps/pull/880
- @sebbASF made their first contribution in https://github.com/apache/incubator-baremaps/pull/900
Full Changelog: https://github.com/apache/incubator-baremaps/compare/v0.7.3...v0.8.1-rc3