Jageocoder

Latest version: v2.1.8

Safety actively analyzes 679616 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

35.62578

You can download the latest dictionary for v2 from;
- https://www.info-proto.com/static/jageocoder/latest/v2/

2.1.8

This is a bug fixed version.

Documentation: https://jageocoder.readthedocs.io/
PyPI: https://pypi.org/project/jageocoder/
No need to update dictionary data.

**Bug fixes**
- Fixed issue 34 : Reverse geocoding can be very time consuming

2.1.7

This version includes bug fixes and an enhancement.

Documentation: https://jageocoder.readthedocs.io/
PyPI: https://pypi.org/project/jageocoder/
No need to update dictionary data.

**Bug fixes**
- Fixed issue 28 : Reverse geocoding cannot find the Chiban included in Oaza or Aza with a large area.
- Fixed issue 29 : Do not refer to the address database installed in the local environment if the environment variable `JAGEOCODER_DB2_DIR` is not set.

**Feature enhancement**
- Added a set of module functions to search for addresses by postcode, city code and other attributes.

**Note**
In response to Issue 28, the structure of the R-tree index for reverse geocoding has changed.
If you have already built an R-tree index under v2.1.6 or lower, you may need to rebuild it as follows;

$ rm `jageocoder get-db-dir`/rtree.*
$ jageocoder reverse 139 34

In addition, we have been building R-trees at the Oaza / Aza level for keeping the index size small, but with this update we have changed to building R-trees at the Gaiku / Chiban level, so the total size of the `rtree.dat` and `rtree.idx` files will increase to about 3GB.

2.1.6

Support remote server connection.

Documentation: https://jageocoder.readthedocs.io/
PyPI: https://pypi.org/project/jageocoder/

- Extended the functionality so that geocoding and reverse geocoding processes can be performed by connecting to a remote Jageocoder server via JSON-RPC without installing an address database.
- No need to update dictionary data.

The size of the address database has increased with the improvement of location reference information.
There are many cases where you want to develop an application that uses geocoding functions occasionally, but you do not want to install tens of GB of database for this purpose.

In such cases, applications can connect to a remote server to perform the geocoding process without installing an address database.

2.1.5.post1

This is a minor update release.
We recommend all users of v2.1 to update.

- Support Python 3.12.
- Added 'as_dict' optional parameter to the jageocoder.reverse() method.
- Fix docstrings.

No need to update dictionary data.

2.1.4

This is a bug fix release. We recommend all users of v2.1 to update.

- Addresses are now correctly analyzed even if they have been changed multiple times.
- Updated versions of dependent packages that have been identified as vulnerable.

No need to update dictionary data.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.