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 3 of 3

0.0.8

Full Document

0.0.7

The GDAL version limit is not friendly for user ,so i cancel the GDAL version require


Then i test on the new env the process code work perfect:
bash
----------------------------------------------------------------------------
DARTH
----------------------------------------------------------------------------
===== Bucket para preview {'ak': 'XXXXX', 'sk': 'XXXXXX', 'server': 'http://obs.cn-north-4.myhuaweicloud.com', 'bn': 'XXXXX'}



----------------------------------------------------------------------------
---------------------------------- Step I ----------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
MAP Production Toolkit
----------------------------------------------------------------------------
---------------------- MAP Serverv Init Successful by ----------------------
---------------------- Google China ----------------------------------------
----------------------------------------------------------------------------
Bucket ToolKit
----------------------------------------------------------------------------
----access key (AK) : ISSSVUVTXQWXSCPKR23N
----secret key (SK): IYZbHMxJss3vXsoi9pqArIySf205lPcoISmm6ReJ
----server : http://obs.cn-north-4.myhuaweicloud.com
----bucket name : obs-tq-dataset
----root : /
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Vector Toolkit
----------------------------------------------------------------------------
----------------------------------------------------------------------------
TIFF process Toolkit
----------------------------------------------------------------------------
-----Class TIF init without filename
-----Valid vector format : mbtiles

----------------------------- Meta Information -----------------------------
-----ZOOM_LEVEL : 14
-----attribution : <a href="http://www.openmaptiles.org/" target="_blank">&co#

0.0.6

fix license problem & call problem the root call function has been turn back to low case 👍
python
from darth.process import Process

0.0.3

Test Version
python
ak='XXXXX'
sk='XXXXX'
server='http://obs.cn-north-4.myhuaweicloud.com'
bucketname="XXXXX"


vector="/workspace/data/osm-2017-07-03-v3.6.1-china_beijing.mbtiles"
cord=(116.5, 39.9, 116.6, 39.8, 14)
class_key='building'
datasource="Google China"
DataSetName="BuildingDataSet"

from Darth.process import Process

Process(
vector,
cord,
class_key
Upload=True,
ak=ak,
sk=sk,
server=server,
bn=bucketname
)

Test Sucessful & Package Could be download

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.