Skip to content

Releases: fact-project/smart_fact_crawler

v0.7.0

30 Apr 09:45
165fd92
Compare
Choose a tag to compare
  • Use UTC timezone explictly when parsing unix timestamps from smartfact (#42)

  • Update status page, CI configuration, setup.py and add pyproject.toml (#43)

v0.6.4

04 Oct 08:22
bf218cb
Compare
Choose a tag to compare

v0.6.4

  • Add GTC dust on status and weather page

v0.6.3

08 Jul 15:12
1305079
Compare
Choose a tag to compare

v0.6.3

Add tng weather data page

v0.6.2

26 Feb 17:59
e5aafa3
Compare
Choose a tag to compare

v0.6.2

Fix regex for source names

Fix `None` has no `lower` in case main page looks wrong

08 Jun 07:40
817b901
Compare
Choose a tag to compare
Merge pull request #38 from fact-project/fix_rain

Set default to empty string for rain

Add rainsensor status on status page, check humidity if rain

24 May 11:26
64c7a24
Compare
Choose a tag to compare
Merge pull request #36 from fact-project/rainsensor

Update smartfact for rainsensor

Add Bias Temp on status page

28 Feb 15:58
0a17070
Compare
Choose a tag to compare
Merge pull request #26 from fact-project/biastemp

Add bias temp to status page

less features

25 Jan 17:22
5b3dc0b
Compare
Choose a tag to compare

quick fix, by removing some broken features.

Add observations

27 Mar 12:03
Compare
Choose a tag to compare

This release adds parsing of the smartfact observations.data page.

from smart_fact_crawler import observations

obs = observations()
print(obs.runs)

Also, the main page now contains the trigger rate and currents info.

Add fallback option

24 Mar 17:00
Compare
Choose a tag to compare

The crawler now has a fallback option for every function, which results in a suitable
value if no value was found at the expected position.

For most values this will be None or float('nan') or Quantity(float('nan'), unit)