Wykres commitów

387 Commity (5fd7cb21831772b02378e7b0ae2754c7cf37a4d1)

Autor SHA1 Wiadomość Data
dependabot[bot] 00332ffbd0
Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre (#1050) 2024-10-04 05:46:05 -04:00
dependabot[bot] 77bd807eec
Bump log4j.version from 2.24.0 to 2.24.1 (#1048)
Bumps `log4j.version` from 2.24.0 to 2.24.1.

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.0 to 2.24.1

Updates `org.apache.logging.log4j:log4j-api` from 2.24.0 to 2.24.1

Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.1

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-02 05:32:22 -04:00
zstadler 0ac589bd55
Clarify `max_point_buffer` (#1046) 2024-10-01 06:59:35 -04:00
dependabot[bot] 8e6ced8884
Bump org.xerial:sqlite-jdbc from 3.46.1.0 to 3.46.1.3 (#1044)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.46.1.0 to 3.46.1.3.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.46.1.0...3.46.1.3)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 05:28:03 -04:00
Michael Barry 70d5857ab5
Support yaml merge operator (#1040) 2024-09-29 06:07:04 -04:00
Michael Barry b51be489e5
Load large yaml files (#1039) 2024-09-28 08:54:27 -04:00
dependabot[bot] ec6b09adf3
Bump jackson.version from 2.17.2 to 2.18.0 (#1036)
* Bump jackson.version from 2.17.2 to 2.18.0

Bumps `jackson.version` from 2.17.2 to 2.18.0.

Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.2 to 2.18.0
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.2...jackson-core-2.18.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.17.2 to 2.18.0

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.17.2 to 2.18.0
- [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.17.2...jackson-dataformat-xml-2.18.0)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.17.2 to 2.18.0
- [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.17.2...jackson-dataformats-text-2.18.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.2 to 2.18.0

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix JsonAnySetter

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Barry <msb5014@gmail.com>
2024-09-28 05:40:21 -04:00
Brandon Liu 0495a202ee
rename LayerPostProcesser to LayerPostProcessor (#1031) 2024-09-25 07:33:00 -04:00
Michael Barry e6352a16a9
Fix expression issues (#1030) 2024-09-24 08:49:17 -04:00
dependabot[bot] 9f76124ce8
Bump org.roaringbitmap:RoaringBitmap from 1.2.1 to 1.3.0 (#1029)
Bumps [org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
- [Commits](https://github.com/RoaringBitmap/RoaringBitmap/compare/1.2.1...1.3.0)

---
updated-dependencies:
- dependency-name: org.roaringbitmap:RoaringBitmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-24 05:28:25 -04:00
dependabot[bot] dc5fadf4fb
Bump geotools.version from 31.3 to 32.0 (#1027) 2024-09-23 07:18:09 -04:00
dependabot[bot] 34f2d5eae1
Bump com.google.protobuf:protobuf-java in /planetiler-core (#1021)
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.28.1 to 4.28.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-20 06:30:35 -04:00
dependabot[bot] 6043c84cfa
Bump org.xerial.snappy:snappy-java from 1.1.10.6 to 1.1.10.7 (#1022)
Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.6 to 1.1.10.7.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.6...v1.1.10.7)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-20 06:26:19 -04:00
dependabot[bot] 3a237d0c20
Bump com.google.protobuf:protobuf-java from 4.27.3 to 4.28.1 (#1013) 2024-09-12 05:58:36 -04:00
dependabot[bot] d02c594ffe
Bump log4j.version from 2.23.1 to 2.24.0 (#1012)
Bumps `log4j.version` from 2.23.1 to 2.24.0.

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.23.1 to 2.24.0

Updates `org.apache.logging.log4j:log4j-api` from 2.23.1 to 2.24.0

Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.0

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 05:18:06 -04:00
dependabot[bot] c891c7729d
Bump blue.strategic.parquet:parquet-floor from 1.45 to 1.46 (#1006) 2024-09-03 05:45:24 -04:00
dependabot[bot] af6ceb24fd
Bump org.locationtech.jts:jts-core from 1.19.0 to 1.20.0 (#1005)
* Bump org.locationtech.jts:jts-core from 1.19.0 to 1.20.0

Bumps org.locationtech.jts:jts-core from 1.19.0 to 1.20.0.

---
updated-dependencies:
- dependency-name: org.locationtech.jts:jts-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* jts fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Barry <msb5014@gmail.com>
2024-08-30 05:49:29 -04:00
Peter Hanecak cea77ac431
added `dependsOnLayer()` ... (#991) 2024-08-27 09:03:17 -04:00
dependabot[bot] 6f68134f2c
Bump org.xerial:sqlite-jdbc from 3.46.0.1 to 3.46.1.0 (#998) 2024-08-26 06:28:55 -04:00
dependabot[bot] 581e1d0ce7
Bump org.projectnessie.cel:cel-bom from 0.4.5 to 0.5.0 and protobuf from 3.25.4 to 4.27.3 (#997)
* Bump org.projectnessie.cel:cel-bom from 0.4.5 to 0.5.0

Bumps [org.projectnessie.cel:cel-bom](https://github.com/projectnessie/cel-java) from 0.4.5 to 0.5.0.
- [Release notes](https://github.com/projectnessie/cel-java/releases)
- [Commits](https://github.com/projectnessie/cel-java/compare/v0.4.5...v0.5.0)

---
updated-dependencies:
- dependency-name: org.projectnessie.cel:cel-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump protobuf

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Barry <msb5014@gmail.com>
2024-08-26 06:17:12 -04:00
Peter Hanecak d2efc1a4fe
Fix handling of string typed null values (#987)
* Added unit test for handling of missing (e.g. null) values

- When missing item is NOT typed, than it is properly handld as null,
  e.g. it is NOT included in the generated feature
- When missing item is typed to 'string', it gets converted into "null"
  string value hence generated featire has attribute
  non_existent_typed=null

* Fixed handling of missing or null values for attributes with type 'string'

* clean-up: removed unused import
2024-08-22 06:35:36 -04:00
dependabot[bot] b0118d9ed8
Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre (#990)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.3.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-22 06:11:57 -04:00
dependabot[bot] 52acfe2fcf
Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16 (#978) 2024-08-17 05:25:57 -04:00
Peter Hanecak 8512b7729c
Update old wikidata items (#971) 2024-08-10 05:17:13 -04:00
dependabot[bot] 240edee34e
Bump org.slf4j:slf4j-api from 2.0.14 to 2.0.15 (#977)
Bumps org.slf4j:slf4j-api from 2.0.14 to 2.0.15.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 05:20:22 -04:00
dependabot[bot] 1ccd7eea11
Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.14 (#974)
Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.14.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-08 05:29:57 -04:00
dependabot[bot] 029fcb2b73
Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.6 (#973)
Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.5 to 1.1.10.6.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.5...v1.1.10.6)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 05:10:29 -04:00
Peter Hanecak 797e250f23
Expose caresAboutLayer() and new ForwardingProfile(config) ... (#968) 2024-08-01 05:24:56 -04:00
Michael Barry 2b65295559
Vector tile feature ID method (#960) 2024-07-31 05:28:21 -04:00
dependabot[bot] 1d0b639141
Bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.0.1 (#969)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.46.0.0 to 3.46.0.1.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.46.0.0...3.46.0.1)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-31 05:25:50 -04:00
dependabot[bot] 19a42def51
Bump org.tukaani:xz from 1.9 to 1.10 (#966)
* Bump org.tukaani:xz from 1.9 to 1.10

Bumps [org.tukaani:xz](https://github.com/tukaani-project/xz-java) from 1.9 to 1.10.
- [Release notes](https://github.com/tukaani-project/xz-java/releases)
- [Changelog](https://github.com/tukaani-project/xz-java/blob/master/NEWS.md)
- [Commits](https://github.com/tukaani-project/xz-java/compare/v1.9...v1.10)

---
updated-dependencies:
- dependency-name: org.tukaani:xz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update notice

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Barry <msb5014@gmail.com>
2024-07-30 05:29:04 -04:00
dependabot[bot] d43ae80d4b
Bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.4 (#962) 2024-07-27 16:50:16 -04:00
dependabot[bot] 8ffe290c22
Bump geotools.version from 31.2 to 31.3 (#956) 2024-07-20 11:21:16 -04:00
dependabot[bot] 70a3446153
Bump org.roaringbitmap:RoaringBitmap from 1.2.0 to 1.2.1 (#954) 2024-07-17 20:54:15 -04:00
dependabot[bot] 772f1be796
Bump org.roaringbitmap:RoaringBitmap from 1.1.0 to 1.2.0 (#949) 2024-07-09 07:11:45 -04:00
Michael Barry a74f274c31
Allow centroid for other geometry types in yaml configs (#945) 2024-07-02 07:35:53 -04:00
Michael Barry bbea298da6
Handle no content length in downloader (#944) 2024-07-02 07:33:20 -04:00
Karolis Vyčius dbd2768ca1
Increase ZIP_THRESHOLD_SIZE to 100GB (#943) 2024-07-02 05:11:38 -04:00
Michael Barry 09374db575
fallback when tile fallback is missing (#937) 2024-06-28 07:25:17 -04:00
Michael Barry db0eb8afb8
Encode OSM node/way/relation in vector tile feature id (#826) 2024-06-28 07:00:56 -04:00
dependabot[bot] 803946c72f
Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 (#932) 2024-06-27 21:12:33 -04:00
Michael Barry 73a8144cfe
Fix geoarrow sonar (#934) 2024-06-27 08:54:30 -04:00
Michael Barry cf534c1ff4
Improvements to geoparquet geoarrow conversion (#933) 2024-06-27 08:39:01 -04:00
dependabot[bot] 024e387407
Bump org.roaringbitmap:RoaringBitmap from 1.0.6 to 1.1.0 (#931) 2024-06-26 04:59:45 -04:00
dependabot[bot] 48e192aea9
Bump com.carrotsearch:hppc from 0.9.1 to 0.10.0 (#930) 2024-06-25 08:03:57 -04:00
dependabot[bot] 7353bf5795
Bump blue.strategic.parquet:parquet-floor from 1.44 to 1.45 (#929) 2024-06-24 06:18:34 -04:00
dependabot[bot] 1f863b5768
Bump geotools.version from 31.1 to 31.2 (#921) 2024-06-17 05:07:55 -04:00
Michael Barry 6458400ca0
Handle immutable output from post process layer/tile feature methods (#920) 2024-06-16 21:58:38 -04:00
dependabot[bot] 4982e2e133
Bump blue.strategic.parquet:parquet-floor from 1.43 to 1.44 (#915)
Bumps [blue.strategic.parquet:parquet-floor](https://github.com/strategicblue/parquet-floor) from 1.43 to 1.44.
- [Commits](https://github.com/strategicblue/parquet-floor/commits)

---
updated-dependencies:
- dependency-name: blue.strategic.parquet:parquet-floor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 06:53:52 -04:00
Michael Barry e13c4b13b1
Prevent double matching (#916) 2024-06-13 06:12:45 -04:00