-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
65 lines (46 loc) · 2.05 KB
/
Copy pathNEWS
File metadata and controls
65 lines (46 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Version 2.0
===========
Umpteenth release (will redo the count later, sorry)
Many changes, this file will have to be retroactively completed.
Version 0.17
============
Sixth official release
Metodata can now download data for stations registered through the FieldClimate
API v2 (https://api.fieldclimate.com/v2/docs/) by Pessl®.
Version 0.16
============
Fifth official release
Now that Davis makes data from Weatherlink IP (and Vantage Connect, etc.)
available via their API v2, we can get the data from there. Progressively,
it will be feasible to phase out API v1 but since the pricing is very different
many customers will likely prefer to keep the archive for free (which the
API v1 allows).
Version 0.14
============
Fourth official release
Meteodata-server now supports getting realtime data and archives from the
(yet-to-be-officially-released) WeatherLink API v2. WeatherLink Live stations
are only available through this API. Binaries have been added to bulk download
data from weatherlink.com, either via the old API or the v2 one.
The old Cassandra database is no longer getting new data. Only the new schema
is now used.
Version 0.11
============
Third official release
Meteodata-server now supports getting archives from weatherlink.com for stations
with a IP datalogger and getting realtime data if the last archive is too old
and the Weatherlink v1 API token is available. Meteodata-server also fetches
SYNOP messages from Ogimet for MétéoFrance stations. The database scheme as
changed: there are two new tables for respectively the daily and monthly
climatology, and the primary key of the observation table is now the pair
(Station UUID, day) in order to avoid unbounded row growth. For now, we use the
two schemes. When the migration is over, there will be some cleanup to do.
version 0.7
===========
Second official release
Meteodata-server now supports detecting the station timezone, adjusting the
clock and retrieving the station's archives when the station has been
disconnected for too long.
version 0.1
===========
First official release