在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:kungfoo/geohash-java开源软件地址:https://github.com/kungfoo/geohash-java开源编程语言:Java 99.9%开源软件介绍:java code for geohashesAn implementation of Geohashes in pure Java. The produced hashes, when using character precision (multiples of 5 bits) are compatible to the reference implementation geohash.org. You can however also encode Geohashes down to the full available precision of a long i.e. 64 bits. Build statusGetting the libraryAs of today, new releases are made available via maven Central. Thus you can use the artifacts in various build systems like maven, ivy, gradle, sbt and many more. Find the current versions here:
Building/Testing the codeThe geohash-java code can be built using Apache Maven. Maven targets are the usual suspects.
Digits and precision in km
CompatibilityThis branch ditches 1.6 compatibility. If you need that look at the release-1.0 branch and artifacts in maven central. I will backport important bugfixes to the release-1.0 branch. TODOCurrent development involves getting the following things to run:
Last important changesVersion 1.5.0This version adds support to expand Version 1.4.0This version adds support for In this version you need to provide new BoundingBox(south, north, west, east); This breaking change enables creating bounding boxes that go over the 180 meridian which can then be used in coverage queries. This version also changes the Fo now, we will continue to backport other fixes to the Version 1.3.0This version switches the license over to Apache Software License 2.0 Version 1.1.0Important fix 398d048b66e8cff1e5df8aa1a4bdc4c37ca70070 ord() would return negative longs, which is plain wrong. Thanks to Graham Dennis and aborochoff for pointing it out. Also: Raise source level to 1.7. Version 1.0.13Merge this fix https://github.com/0mok/geohash-java/commit/12550a392ea974cf75c81fce2bd21fe1535715a1 It causes compareTo() of geohashes to behave similarly as comaring their base32 encoded strings Version 1.0.12toBase32() now throws an exception if the hash precision is not a multiple of 5. Version 1.0.11
Version 1.0.10Finally realeased to maven central. Version 1.0.9
Version 1.0.8
Version 1.0.6
Version 1.0.5
Version 1.0.4
Version 1.0.3
Version 1.0.2
Version 1.0.1
LicenseThis code has been placed under the Apache License 2.0. See the LICENSE file for more information. Please contribute improvements and bug fixes back via github. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论