diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-10 12:27:53 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-10 12:27:53 +0000 |
| commit | 7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e (patch) | |
| tree | 10aa6710599230c889ec44407a065ee303a79348 /datasets/nile/nile.json | |
| download | TCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.tar.gz TCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.zip | |
Initial commit
Diffstat (limited to 'datasets/nile/nile.json')
| -rw-r--r-- | datasets/nile/nile.json | 322 |
1 files changed, 322 insertions, 0 deletions
diff --git a/datasets/nile/nile.json b/datasets/nile/nile.json new file mode 100644 index 0000000..d9bd5b1 --- /dev/null +++ b/datasets/nile/nile.json @@ -0,0 +1,322 @@ +{ + "name": "nile", + "longname": "Nile Volume at Aswan", + "n_obs": 100, + "n_dim": 1, + "time": { + "type": "string", + "format": "%Y", + "index": [ + 0, + 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, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99 + ], + "raw": [ + "1871", + "1872", + "1873", + "1874", + "1875", + "1876", + "1877", + "1878", + "1879", + "1880", + "1881", + "1882", + "1883", + "1884", + "1885", + "1886", + "1887", + "1888", + "1889", + "1890", + "1891", + "1892", + "1893", + "1894", + "1895", + "1896", + "1897", + "1898", + "1899", + "1900", + "1901", + "1902", + "1903", + "1904", + "1905", + "1906", + "1907", + "1908", + "1909", + "1910", + "1911", + "1912", + "1913", + "1914", + "1915", + "1916", + "1917", + "1918", + "1919", + "1920", + "1921", + "1922", + "1923", + "1924", + "1925", + "1926", + "1927", + "1928", + "1929", + "1930", + "1931", + "1932", + "1933", + "1934", + "1935", + "1936", + "1937", + "1938", + "1939", + "1940", + "1941", + "1942", + "1943", + "1944", + "1945", + "1946", + "1947", + "1948", + "1949", + "1950", + "1951", + "1952", + "1953", + "1954", + "1955", + "1956", + "1957", + "1958", + "1959", + "1960", + "1961", + "1962", + "1963", + "1964", + "1965", + "1966", + "1967", + "1968", + "1969", + "1970" + ] + }, + "series": [ + { + "label": "Volume at Aswan", + "type": "int", + "raw": [ + 1120, + 1160, + 963, + 1210, + 1160, + 1160, + 813, + 1230, + 1370, + 1140, + 995, + 935, + 1110, + 994, + 1020, + 960, + 1180, + 799, + 958, + 1140, + 1100, + 1210, + 1150, + 1250, + 1260, + 1220, + 1030, + 1100, + 774, + 840, + 874, + 694, + 940, + 833, + 701, + 916, + 692, + 1020, + 1050, + 969, + 831, + 726, + 456, + 824, + 702, + 1120, + 1100, + 832, + 764, + 821, + 768, + 845, + 864, + 862, + 698, + 845, + 744, + 796, + 1040, + 759, + 781, + 865, + 845, + 944, + 984, + 897, + 822, + 1010, + 771, + 676, + 649, + 846, + 812, + 742, + 801, + 1040, + 860, + 874, + 848, + 890, + 744, + 749, + 838, + 1050, + 918, + 986, + 797, + 923, + 975, + 815, + 1020, + 906, + 901, + 1170, + 912, + 746, + 919, + 718, + 714, + 740 + ] + } + ] +} |
