Tool to visualize HB SQLite databases
Project description
HBdataMonitor
Met de HBdataMonitor kan de data in de SQLite hydraulische randvoorwaarden databases worden weergeven.
Voorbeeld
import HBdataMonitor from HBdataMonitor
## location database
myDatabase = 'd:\InspectietoolHB\data\GR2017_IJsselmeer_6-1_v01.sqlite'
## InspectietoolHB class
DBtool = BeheertoolHB()
## show general info and input variables are written to a asci file
DBtool.get_DB_info(myDatabase)
##input variables
variables = {'WINDS':[0.0, 14.0], 'MEERP':['all'], 'WindDir':[225.0], 'loc':['YM_2_6-1_dk_00997', 'YM_1_6-1_dk_01000'],'ClosingSituation':[1], 'DB':[myDatabase]}
## extract data - data is written to a file
DBtool.DBinput('Hsign', variables)
## plot results based on the text file
DBtool.create_plot(X='loc',Y='Hsign',Z1='MEERP',Z2='WINDS')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
HBdataMonitor-1.0.1.tar.gz
(6.4 kB
view details)
File details
Details for the file HBdataMonitor-1.0.1.tar.gz
.
File metadata
- Download URL: HBdataMonitor-1.0.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d679b1e29f5e5d8b41b02951b1b9ae808a87ace7b98b9de2ee9af749ce2301f |
|
MD5 | aa3d1ff2c0ccc921e47e737d4f09976a |
|
BLAKE2b-256 | 3ab671df616d5dbf7a6e482517cc1e85bf4f6a07938c1d59d48206464e4960e5 |