D-arth

Latest version: v0.1.8

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

Scan your dependencies

Page 2 of 3

39.673370396403314

3.6.1

-----maskLevel : 5

0.1.7

Feature update

- 1. remove the package version requirement
- 2. compile support for arm64 apple silicon
- 3. support for choosing channel on raster object'
- 4. add document with sphnix style for next version

0.1.1

The version of gdal has change the reference of core function method like , from `import gdal`to

python
from osgeo import gdal
from osgeo import ogr
from osgeo import osr
from osgeo import gdal_array
from osgeo import gdalconst


the new version has upload to pypi . Obviously, the China mainland user may can't achieve the google map server.
The recommend way is 'BIng Virture Earth' like:

bash
>>> from darth.downloader import downloader
>>> Bing=downloader("Bing VirtualEarth",thread_count=8)

----------------------------------------------------------------------------
----------------- ██████╗ █████╗ ██████╗ ████████╗██╗ ██╗ ----------------
----------------- ██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝██║ ██║ ----------------
----------------- ██║ ██║███████║██████╔╝ ██║ ███████║ ----------------
----------------- ██║ ██║██╔══██║██╔══██╗ ██║ ██╔══██║ ----------------
----------------- ██████╔╝██║ ██║██║ ██║ ██║ ██║ ██║ ----------------
----------------- ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ----------------
----------------------------------------------------------------------------

----------------------------------------------------------------------------
MAP Production Toolkit
----------------------------------------------------------------------------
---------------------- MAP Serverv Init Successful by ----------------------
---------------------- Bing VirtualEarth -----------------------------------
>>> bing.add_cord(116.3, 39.9, 116.6, 39.7, 13)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'bing' is not defined
>>> Bing.add_cord(116.3, 39.9, 116.6, 39.7, 13)

0.1.0

txt
██████╗ █████╗ ██████╗ ████████╗██╗ ██╗
██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝██║ ██║
██║ ██║███████║██████╔╝ ██║ ███████║
██║ ██║██╔══██║██╔══██╗ ██║ ██╔══██║
██████╔╝██║ ██║██║ ██║ ██║ ██║ ██║
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝



Important update:

1. The OpenCV is a package with a lot of requirements with C++/C/ & share object that need hard configure process in some system environments.
So, I replace the OpenCV lib by Pillow that mean the installation process will faster and easier.

2. The CLI UI system update 👍 you could see information clearly

0.0.9

The Tile download request URL header in version 0.0.8 will cause the Google mt1 -mt6 & Google China resources has bad link error.
So, I release update version 0.0.9 that use new version header to boost process download.

Next version will update function new CLI UI system & use vector unit as download area limitation.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.