8000 Tags · Hydrology-IFH/WeatherDB · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Hydrology-IFH/WeatherDB

Tags

v1.2.1

Toggle v1.2.1's commit message
- fix: filllup linear regression did not take configuration value and…

… therefor did never work

- config: change LINEAR_INTERPOLATION_LIMIT to be a category
- cli: add version parameter
- multiprocessing: make process count configurable through user configuration
- broker: prevent broker inactivation by other broker
- broker: add force deactivate all method to forcefully change the database flag of active brokers

stable

Toggle stable's commit message
Merge branch 'dev' into 'master'

Version 1.2.1 - post

See merge request hydrology/weatherDB!16

v1.2.0

Toggle v1.2.0's commit message
- fillup: added linear regression method to fillup residual missing v…

…alues

- tests: add test rasters and make downloading the rasters a manual job on GitLab as there were many problems

v1.1.2

Toggle v1.1.2's commit message
- add method to download DEM data from OpenTopography-API

- update StationBase._expand_timeserie_to_period to remove entries that are older than the min_date config to remove unnessecary database entries
- fix GroupStation.create_ts: don't throw period changed warning if the change was only due to the expand_to_timestamp output

v1.1.1

Toggle v1.1.1's commit message
minor fixes of previous

v1.1.0

Toggle v1.1.0's commit message
- !!rename module from weatherDB to weatherdb to be compliant with PE…

…P 8!!

  So you need to import the module now with `import weatherdb`
- fix some missing stationN variables to stationsP
- fix: TimestampPeriod._check_period
- add basic test for create_ts method

v1.0.7

Toggle v1.0.7's commit message
Merge branch 'dev' into 'master'

Version 1.0.7

See merge request hydrology/weatherDB!9

v1.0.6

Toggle v1.0.6's commit message
- add term yearly for every parameter station in the ma_raster table

- StationMATimeserieRasterQuotientView returns now only quotients for yearly raster values -> before there was an error for precipitation stations

v1.0.5

Toggle v1.0.5's commit message
- fix problem with horizon calculation with holes

- fix _check_min_date for non existing stations
- fix major error in getting multi annual raster values
- add reason for dropping in log message
- rename droped to dropped in models
- add min_date as configuration value
- check before each update_raw, if the min_date of the configuration is the same as in the database. If not expand or reduce teh timeserie
- add get_date and get_datetime as methods to config
- rename config's getlist methode to get_list to be addecuate to the rest
- set min_date to 1999-01-01
  I did some analysis and if you start earlier, you will only have one to two possible reference station in the radius of 100km from which to fill up data.
- set max_fillup_distance for p to 110 km, so at least 4 reference stations are available in the range of 1999-today
- add compression to rotaed log files
- rename "station_ma_timeseries_quotient_view" to "station_ma_timeseries_raster_quotient_view"
- fixed StationMATimeserieRasterQuotientView to not throw error on NULL values in StationMARaster
- add update_ma_timeseries method to StationsBase and Broker

v1.0.4

Toggle v1.0.4's commit message
-fix vacuum Brokers method and add test

0