Pydriosm

Latest version: v2.2.0

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

Scan your dependencies

Page 3 of 3

1.0.11

(*4 April 2019*)

*Note that [1.0.10](https://pypi.org/project/pydriosm/1.0.10/) and [1.0.9](https://pypi.org/project/pydriosm/1.0.9/) had been removed from [GitHub Releases](https://github.com/mikeqfu/pydriosm/releases).*

**Notable [changes](https://github.com/mikeqfu/pydriosm/compare/1.0.8...1.0.11) since [1.0.8](https://pypi.org/project/pydriosm/1.0.8/):**

- Fixed [a minor bug](https://github.com/mikeqfu/pydriosm/commit/f2b22a5af3e7026c7c0810b1857550249c9fc61a) for creating a default data directory.
- Improved the following functions (with bug fixes):
- [get_default_pathname()](https://github.com/mikeqfu/pydriosm/commit/f2b22a5af3e7026c7c0810b1857550249c9fc61a) in the module [download_GeoFabrik](https://github.com/mikeqfu/pydriosm/blob/42c47d60c1a30c37c80b9757fd4c32e60f053bd3/pydriosm/download_GeoFabrik.py);
- [parse_layer_data()](https://github.com/mikeqfu/pydriosm/commit/ec968392139282e8c66d7d0c477f9e6c5967e56c#diff-c8b9e0cb8aea477d560c1f28ff9d49c58879751c45aea29eb89176cecb41ac0cL297-R375) in the module [read_GeoFabrik](https://github.com/mikeqfu/pydriosm/blob/42c47d60c1a30c37c80b9757fd4c32e60f053bd3/pydriosm/read_GeoFabrik.py);
- [dump_osm_pbf_data_by_layer()](https://github.com/mikeqfu/pydriosm/commit/ec968392139282e8c66d7d0c477f9e6c5967e56c#diff-cb2783bddce6ef6c0d7479f7e4ada08bdcec39cb0e9d0af83a4d1398b5737491L170-R179) in the module [osm_psql](https://github.com/mikeqfu/pydriosm/blob/42c47d60c1a30c37c80b9757fd4c32e60f053bd3/pydriosm/osm_psql.py);
- [psql_osm_pbf_data_extracts()](https://github.com/mikeqfu/pydriosm/commit/ec968392139282e8c66d7d0c477f9e6c5967e56c#diff-06caa7c5b7806a98b9c915f4b9e44a9b7c305ead0c66e31baae94a58370c4615L68-R74) in the module [dump_GeoFabrik](https://github.com/mikeqfu/pydriosm/blob/42c47d60c1a30c37c80b9757fd4c32e60f053bd3/pydriosm/dump_GeoFabrik.py), [with a new parameter](https://github.com/mikeqfu/pydriosm/commit/9846653bb2d08580b972a0dbf10c84b1e8bd9050) `database_name` for specifying a database name when dumping data to a PostgreSQL server.
- Added a function [regulate_table_name()](https://github.com/mikeqfu/pydriosm/commit/4cfdd7ebcb489b7b618f6c6163cad9354c071b77#diff-cb2783bddce6ef6c0d7479f7e4ada08bdcec39cb0e9d0af83a4d1398b5737491R17-R27), which regulates PostgreSQL table names, to the module [osm_psql](https://github.com/mikeqfu/pydriosm/blob/305be3f0996be2aa3f5003c3f96b06466d769f50/pydriosm/osm_psql.py).

<br/>

1.0.8

(*18 Mar 2019*)

*Note that [1.0.6](https://pypi.org/project/pydriosm/1.0.6/) and [1.0.7](https://pypi.org/project/pydriosm/1.0.7/) had been removed from [GitHub Releases](https://github.com/mikeqfu/pydriosm/releases).*

**Notable [changes](https://github.com/mikeqfu/pydriosm/compare/1.0.5...1.0.8) since [1.0.5](https://pypi.org/project/pydriosm/1.0.5/):**

- Made [some major changes](https://github.com/mikeqfu/pydriosm/commit/a415ed5d8b6394342a9ac9fb53bb041a3133fa44) (with potential bug fixes).
- Fixed minor bugs in the following functions:
- [parse_layer_data()](https://github.com/mikeqfu/pydriosm/commit/d266c3e49cf8a0d4e1065e60c5e3a6a657ff9332) and [read_shp_zip()](https://github.com/mikeqfu/pydriosm/commit/613f0a9fb3c70db9094590e9f614f254000369ce) in the module [read_GeoFabrik](https://github.com/mikeqfu/pydriosm/blob/305be3f0996be2aa3f5003c3f96b06466d769f50/pydriosm/read_GeoFabrik.py);
- [retrieve_subregions()](https://github.com/mikeqfu/pydriosm/commit/bfbbbb4fc71108845df8fc1eae5d590a7b693d92) and [psql_subregion_osm_data_extracts()](https://github.com/mikeqfu/pydriosm/commit/f6fada22e192a56bd2d6fc250bdaedf9f6d00041) in the module [dump_GeoFabrik](https://github.com/mikeqfu/pydriosm/blob/305be3f0996be2aa3f5003c3f96b06466d769f50/pydriosm/dump_GeoFabrik.py).
- Added a function [regulate_input_data_dir()](https://github.com/mikeqfu/pydriosm/commit/93792ec3493d0b13237cf24c531353f0e77d8f67) to the module [utils](https://github.com/mikeqfu/pydriosm/blob/305be3f0996be2aa3f5003c3f96b06466d769f50/pydriosm/utils.py).

<br/>

1.0.5

(*11 March 2019*)

*Note that [1.0.4](https://pypi.org/project/pydriosm/1.0.4/), [1.0.3](https://pypi.org/project/pydriosm/1.0.3/), [1.0.2](https://pypi.org/project/pydriosm/1.0.2/) and [1.0.1](https://pypi.org/project/pydriosm/1.0.1/) had been removed from [GitHub Releases](https://github.com/mikeqfu/pydriosm/releases).*

**Notable [changes](https://github.com/mikeqfu/pydriosm/compare/1.0.0...1.0.5) since [1.0.0](https://pypi.org/project/pydriosm/1.0.0/):**

- Integrated the function [read_parsed_osm_pbf()](https://github.com/mikeqfu/pydriosm/blob/243788f02c10fa91024b165819b52e6973fa3b26/pydriosm/read_GeoFabrik.py#L474-L515) into [read_pbf()](https://github.com/mikeqfu/pydriosm/blob/243788f02c10fa91024b165819b52e6973fa3b26/pydriosm/read_GeoFabrik.py#L319-L391) in the module [read_GeoFabrik](https://github.com/mikeqfu/pydriosm/blob/a1fb4ddce3f451e29f79fc1e06b999ab9e4eb0b2/pydriosm/read_GeoFabrik.py).
- Improved the following functions
- [dump_osm_pbf_data()](https://github.com/mikeqfu/pydriosm/commit/cd209d985a3270b90d22501fdc5e3a8e8b142ac4#diff-cb2783bddce6ef6c0d7479f7e4ada08bdcec39cb0e9d0af83a4d1398b5737491L173-R204) in the module [osm_psql](https://github.com/mikeqfu/pydriosm/blob/cd209d985a3270b90d22501fdc5e3a8e8b142ac4/pydriosm/osm_psql.py), with a new parameter `chunk_size` allowing users to parse/read/dump data in a chunk-wise way;
- [psql_subregion_osm_data_extracts()](https://github.com/mikeqfu/pydriosm/blob/9b37bbe76223332b037f12a8fa49d1fdb24c7262/pydriosm/dump_GeoFabrik.py#L45-L152) in the module [dump_GeoFabrik](https://github.com/mikeqfu/pydriosm/blob/4558a89938fa6f28ab105a6ee5d54a95745302e2/pydriosm/dump_GeoFabrik.py);
- [gdal_configurations()](https://github.com/mikeqfu/pydriosm/commit/d85af9a3a37cbb8ffb2280090844dc61bde706f2) in the module [settings](https://github.com/mikeqfu/pydriosm/blob/d85af9a3a37cbb8ffb2280090844dc61bde706f2/pydriosm/settings.py).
- Added new function:
- [retrieve_subregions()](https://github.com/mikeqfu/pydriosm/commit/4558a89938fa6f28ab105a6ee5d54a95745302e2#diff-06caa7c5b7806a98b9c915f4b9e44a9b7c305ead0c66e31baae94a58370c4615R19-R40), which retrieves a list of subregions of a given (sub)region name, to the module [dump_GeoFabrik](https://github.com/mikeqfu/pydriosm/blob/4558a89938fa6f28ab105a6ee5d54a95745302e2/pydriosm/dump_GeoFabrik.py);
- [split_list()](https://github.com/mikeqfu/pydriosm/commit/243788f02c10fa91024b165819b52e6973fa3b26#diff-262651b10b835e2d78c1c6d4157b36f97721b7a10a13f197715ee984266c3882R242-R249) to the module [utils](https://github.com/mikeqfu/pydriosm/blob/243788f02c10fa91024b165819b52e6973fa3b26/pydriosm/utils.py).

<br/>

1.0.0

(*4 March 2019*)

This is a release of a **brand-new** version.

*Note that the initial releases (of early versions up to **~~0.2.9~~**) had been permanently deleted.*

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.