gazetteer icon indicating copy to clipboard operation
gazetteer copied to clipboard

OSM ElasticSearch geocoder and addresses exporter

Results 31 gazetteer issues
Sort by recently updated
recently updated
newest added

Bumps commons-compress from 1.19 to 1.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.19&new-version=1.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps logback-classic from 1.1.8 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.8&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 1.3.2 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=1.3.2&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Dear developers, I've tried to process the 67Gb file from the OSM dump: `planet-latest.osm.bz2` I've ran the following command: `bzcat planet-latest.osm.bz2 | java -jar target/Gazetteer.jar split - none` after certain...

Спасибо большое за проект! Заметил, что в финальных результатах отсутствуют POI станции метро. В osm-doc они вроде есть. Очень хотелось бы их видеть.

Hi, As the OpenStreetMap address data is not normalized db wide, I'm using libpostal parse_address to assign [common labels](https://github.com/openvenues/libpostal#parser-labels). Could you modify the [ADDR_LONG_TEXT](https://github.com/kiselev-dv/gazetteer/blob/6b2bd1c44b26389a468099867d6eacfb26a3bbcd/Gazetteer/src/main/java/me/osm/gazetter/out/AddrRowValueExctractorImpl.java#L175) to start with ISO country code...

Now if you set handler options wrong, it will silently continue to work wrong. Add error messaging if there are unrecognized options or missed options. Current behavior confuses users see...