Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page