-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 2aba252 🚀
- Loading branch information
0 parents
commit 440c90a
Showing
915 changed files
with
164,135 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
{ | ||
"id": "cod", | ||
"name": "Cod", | ||
"region": "North Sea", | ||
"image": "http://picsum.photos/150?v=6", | ||
"coords": [ | ||
1.3522, | ||
58.8566 | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
[ | ||
{ | ||
"id": "sea-bass", | ||
"name": "Sea Bass", | ||
"region": "Mediterranean", | ||
"image": "/api/species/seabass.jpg", | ||
"coords": [ | ||
3.4742, | ||
36.64983 | ||
] | ||
}, | ||
{ | ||
"id": "sea-bream", | ||
"name": "Sea Bream", | ||
"region": "Mediterranean", | ||
"image": "/api/species/seabream.jpg", | ||
"coords": [ | ||
4.8357, | ||
39.7640 | ||
] | ||
}, | ||
{ | ||
"id": "pollock", | ||
"name": "Pollock", | ||
"region": "Cost of France", | ||
"image": "/api/species/pollock.jpg", | ||
"coords": [ | ||
-4.3698, | ||
48.2965 | ||
] | ||
}, | ||
{ | ||
"id": "salmon", | ||
"name": "Salmon", | ||
"region": "North Atlantic", | ||
"image": "/api/species/salmon.jpg", | ||
"coords": [ | ||
-20.2603, | ||
60.3498 | ||
] | ||
}, | ||
{ | ||
"id": "tuna", | ||
"name": "Tuna", | ||
"region": "Pacific Ocean", | ||
"image": "http://picsum.photos/150?v=5", | ||
"coords": [ | ||
150.6917, | ||
35.6895 | ||
] | ||
}, | ||
{ | ||
"id": "cod", | ||
"name": "Cod", | ||
"region": "North Sea", | ||
"image": "http://picsum.photos/150?v=6", | ||
"coords": [ | ||
1.3522, | ||
58.8566 | ||
] | ||
}, | ||
{ | ||
"id": "mackerel", | ||
"name": "Mackerel", | ||
"region": "Indian Ocean", | ||
"image": "http://picsum.photos/150?v=7", | ||
"coords": [ | ||
77.2090, | ||
-20.6139 | ||
] | ||
}, | ||
{ | ||
"id": "null-fish", | ||
"name": "Null Fish", | ||
"region": "Null island", | ||
"image": "/api/species/null.jpg", | ||
"coords": [ | ||
0, | ||
0 | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
{ | ||
"id": "mackerel", | ||
"name": "Mackerel", | ||
"region": "Indian Ocean", | ||
"image": "http://picsum.photos/150?v=7", | ||
"coords": [ | ||
77.2090, | ||
-20.6139 | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
{ | ||
"id": "null-fish", | ||
"name": "Null Fish", | ||
"region": "Null island", | ||
"image": "/api/species/null.jpg", | ||
"coords": [ | ||
0, | ||
0 | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
{ | ||
"id": "pollock", | ||
"name": "Pollock", | ||
"region": "Cost of France", | ||
"image": "/api/species/pollock.jpg", | ||
"coords": [ | ||
-4.3698, | ||
48.2965 | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
{ | ||
"id": "salmon", | ||
"name": "Salmon", | ||
"region": "North Atlantic", | ||
"image": "/api/species/salmon.jpg", | ||
"coords": [ | ||
-20.2603, | ||
60.3498 | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
{ | ||
"id": "sea-bass", | ||
"name": "Sea Bass", | ||
"region": "Mediterranean", | ||
"image": "/api/species/seabass.jpg", | ||
"coords": [ | ||
3.4742, | ||
36.64983 | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
{ | ||
"id": "sea-bream", | ||
"name": "Sea Bream", | ||
"region": "Mediterranean", | ||
"image": "/api/species/seabream.jpg", | ||
"coords": [ | ||
4.8357, | ||
39.7640 | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
{ | ||
"id": "tuna", | ||
"name": "Tuna", | ||
"region": "Pacific Ocean", | ||
"image": "http://picsum.photos/150?v=5", | ||
"coords": [ | ||
150.6917, | ||
35.6895 | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"name": "faf85bd84ec946788b98b715b013bd42", | ||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | ||
"xy_coordinate_resolution": 1e-07, | ||
"features": [ | ||
{ "type": "Feature", "properties": { "time": "2015-06-19T00:00:00", "temperature": 14.042, "pressure": 15.439, "temperature_std": 0.33877, "pressure_std": 9.9491 }, "geometry": { "type": "Point", "coordinates": [ -4.6009455, 47.9944342 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-20T00:00:00", "temperature": 14.144, "pressure": 8.3922, "temperature_std": 0.34457, "pressure_std": 2.5493 }, "geometry": { "type": "Point", "coordinates": [ -4.8652064, 48.4223233 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-21T00:00:00", "temperature": 14.236, "pressure": 8.9802, "temperature_std": 0.36685, "pressure_std": 2.4851 }, "geometry": { "type": "Point", "coordinates": [ -5.9117647, 48.3123529 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-22T00:00:00", "temperature": 14.266, "pressure": 11.145, "temperature_std": 0.28765, "pressure_std": 3.6557 }, "geometry": { "type": "Point", "coordinates": [ -6.0998862, 48.995966 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-23T00:00:00", "temperature": 14.287, "pressure": 7.8899, "temperature_std": 0.32249, "pressure_std": 1.8843 }, "geometry": { "type": "Point", "coordinates": [ -5.9974388, 48.995966 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-24T00:00:00", "temperature": 14.928, "pressure": 6.9474, "temperature_std": 0.57291, "pressure_std": 5.6222 }, "geometry": { "type": "Point", "coordinates": [ -6.5901213, 49.6293865 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-25T00:00:00", "temperature": 15.744, "pressure": 5.5634, "temperature_std": 0.40205, "pressure_std": 6.0658 }, "geometry": { "type": "Point", "coordinates": [ -7.3431681, 49.276293 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-26T00:00:00", "temperature": 15.778, "pressure": 6.0899, "temperature_std": 0.29205, "pressure_std": 3.5461 }, "geometry": { "type": "Point", "coordinates": [ -7.7522805, 49.0691195 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-27T00:00:00", "temperature": 15.775, "pressure": 10.054, "temperature_std": 0.85068, "pressure_std": 9.6802 }, "geometry": { "type": "Point", "coordinates": [ -8.1923077, 49.0447369 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-28T00:00:00", "temperature": 15.269, "pressure": 4.7092, "temperature_std": 0.48863, "pressure_std": 4.806 }, "geometry": { "type": "Point", "coordinates": [ -8.6826432, 48.8496068 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-29T00:00:00", "temperature": 15.035, "pressure": 14.133, "temperature_std": 0.63151, "pressure_std": 20.025 }, "geometry": { "type": "Point", "coordinates": [ -8.8316583, 48.1656631 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-06-30T00:00:00", "temperature": 13.942, "pressure": 41.231, "temperature_std": 0.37775, "pressure_std": 19.78 }, "geometry": { "type": "Point", "coordinates": [ -9.2853147, 48.2512408 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-01T00:00:00", "temperature": 14.466, "pressure": 29.356, "temperature_std": 0.71338, "pressure_std": 14.908 }, "geometry": { "type": "Point", "coordinates": [ -8.8301415, 47.9087829 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-02T00:00:00", "temperature": 14.502, "pressure": 33.072, "temperature_std": 0.31947, "pressure_std": 8.7107 }, "geometry": { "type": "Point", "coordinates": [ -10.3083518, 47.7496508 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-03T00:00:00", "temperature": 14.694, "pressure": 32.244, "temperature_std": 0.11744, "pressure_std": 4.4486 }, "geometry": { "type": "Point", "coordinates": [ -9.7543714, 47.9087829 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-04T00:00:00", "temperature": 14.648, "pressure": 32.559, "temperature_std": 0.16457, "pressure_std": 4.3854 }, "geometry": { "type": "Point", "coordinates": [ -9.7607854, 47.7496508 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-05T00:00:00", "temperature": 14.62, "pressure": 32.478, "temperature_std": 0.20245, "pressure_std": 4.5847 }, "geometry": { "type": "Point", "coordinates": [ -10.6253482, 48.06783 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-06T00:00:00", "temperature": 14.674, "pressure": 30.591, "temperature_std": 0.15255, "pressure_std": 4.2703 }, "geometry": { "type": "Point", "coordinates": [ -11.0070423, 48.5566773 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-07T00:00:00", "temperature": 14.771, "pressure": 28.722, "temperature_std": 0.13271, "pressure_std": 5.65 }, "geometry": { "type": "Point", "coordinates": [ -11.0028289, 48.7397913 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-08T00:00:00", "temperature": 14.684, "pressure": 34.649, "temperature_std": 0.25253, "pressure_std": 12.156 }, "geometry": { "type": "Point", "coordinates": [ -11.2532079, 49.08131 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-09T00:00:00", "temperature": 14.857, "pressure": 24.758, "temperature_std": 0.047854, "pressure_std": 10.661 }, "geometry": { "type": "Point", "coordinates": [ -11.1674764, 49.1788169 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-10T00:00:00", "temperature": 14.258, "pressure": 12.168, "temperature_std": 0.28384, "pressure_std": 6.9182 }, "geometry": { "type": "Point", "coordinates": [ -11.5014451, 49.653723 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-11T00:00:00", "temperature": 14.318, "pressure": 13.696, "temperature_std": 0.41291, "pressure_std": 6.0823 }, "geometry": { "type": "Point", "coordinates": [ -11.4146554, 49.9091419 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-12T00:00:00", "temperature": 14.478, "pressure": 16.983, "temperature_std": 0.5798, "pressure_std": 12.776 }, "geometry": { "type": "Point", "coordinates": [ -11.159824, 50.2615224 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-13T00:00:00", "temperature": 14.355, "pressure": 15.933, "temperature_std": 0.44307, "pressure_std": 11.307 }, "geometry": { "type": "Point", "coordinates": [ -11.1659788, 50.4800443 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-14T00:00:00", "temperature": 14.256, "pressure": 15.108, "temperature_std": 0.41755, "pressure_std": 8.9354 }, "geometry": { "type": "Point", "coordinates": [ -11.2600178, 50.7590491 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-15T00:00:00", "temperature": 14.032, "pressure": 15.437, "temperature_std": 0.3988, "pressure_std": 9.1098 }, "geometry": { "type": "Point", "coordinates": [ -11.2477745, 50.7469235 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-16T00:00:00", "temperature": 14.053, "pressure": 22.401, "temperature_std": 0.2292, "pressure_std": 17.677 }, "geometry": { "type": "Point", "coordinates": [ -11.3930274, 50.9166403 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-17T00:00:00", "temperature": 14.009, "pressure": 18.703, "temperature_std": 0.5598, "pressure_std": 7.5028 }, "geometry": { "type": "Point", "coordinates": [ -11.4198451, 50.9166403 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-18T00:00:00", "temperature": 14.261, "pressure": 33.135, "temperature_std": 0.58398, "pressure_std": 19.965 }, "geometry": { "type": "Point", "coordinates": [ -11.53125, 50.8681589 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-19T00:00:00", "temperature": 14.572, "pressure": 28.525, "temperature_std": 0.061491, "pressure_std": 7.4685 }, "geometry": { "type": "Point", "coordinates": [ -11.6666667, 50.6862887 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-20T00:00:00", "temperature": 14.593, "pressure": 27.795, "temperature_std": 0.049721, "pressure_std": 6.7207 }, "geometry": { "type": "Point", "coordinates": [ -11.6070373, 50.6013806 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-21T00:00:00", "temperature": 14.7, "pressure": 28.833, "temperature_std": 0.084987, "pressure_std": 7.2074 }, "geometry": { "type": "Point", "coordinates": [ -11.5804258, 50.6013806 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-22T00:00:00", "temperature": 14.808, "pressure": 24.11, "temperature_std": 0.06811, "pressure_std": 5.6867 }, "geometry": { "type": "Point", "coordinates": [ -11.6627114, 50.7347975 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-23T00:00:00", "temperature": 14.831, "pressure": 24.634, "temperature_std": 0.073011, "pressure_std": 9.3156 }, "geometry": { "type": "Point", "coordinates": [ -11.6815343, 50.8317931 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-24T00:00:00", "temperature": 14.391, "pressure": 13.353, "temperature_std": 0.37678, "pressure_std": 9.1759 }, "geometry": { "type": "Point", "coordinates": [ -11.5394973, 51.086268 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-25T00:00:00", "temperature": 14.148, "pressure": 13.926, "temperature_std": 0.13806, "pressure_std": 4.6747 }, "geometry": { "type": "Point", "coordinates": [ -11.0887341, 51.5704316 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-26T00:00:00", "temperature": 14.126, "pressure": 11.942, "temperature_std": 0.23628, "pressure_std": 5.9372 }, "geometry": { "type": "Point", "coordinates": [ -11.1690483, 51.7276309 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-27T00:00:00", "temperature": 14.193, "pressure": 16.049, "temperature_std": 0.1876, "pressure_std": 7.0051 }, "geometry": { "type": "Point", "coordinates": [ -11.2807657, 51.7034513 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-28T00:00:00", "temperature": 13.958, "pressure": 16.474, "temperature_std": 0.24751, "pressure_std": 4.4956 }, "geometry": { "type": "Point", "coordinates": [ -11.2579666, 51.6550867 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-29T00:00:00", "temperature": 13.831, "pressure": 19.28, "temperature_std": 0.2625, "pressure_std": 11.657 }, "geometry": { "type": "Point", "coordinates": [ -11.25, 51.594621 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-30T00:00:00", "temperature": 13.802, "pressure": 19.932, "temperature_std": 0.46788, "pressure_std": 7.2554 }, "geometry": { "type": "Point", "coordinates": [ -11.0911017, 51.5462404 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-07-31T00:00:00", "temperature": 15.068, "pressure": 16.389, "temperature_std": 0.85558, "pressure_std": 19.478 }, "geometry": { "type": "Point", "coordinates": [ -11.504065, 51.3405434 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-01T00:00:00", "temperature": 14.981, "pressure": 33.846, "temperature_std": 1.2104, "pressure_std": 23.169 }, "geometry": { "type": "Point", "coordinates": [ -11.500298, 50.9166403 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-02T00:00:00", "temperature": 14.678, "pressure": 13.536, "temperature_std": 0.93946, "pressure_std": 11.802 }, "geometry": { "type": "Point", "coordinates": [ -11.4198451, 50.9166403 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-03T00:00:00", "temperature": 14.012, "pressure": 11.531, "temperature_std": 0.43866, "pressure_std": 7.7794 }, "geometry": { "type": "Point", "coordinates": [ -10.9375, 51.4494579 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-04T00:00:00", "temperature": 13.6, "pressure": 14.689, "temperature_std": 0.37041, "pressure_std": 7.6995 }, "geometry": { "type": "Point", "coordinates": [ -11.0414148, 51.4978527 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-05T00:00:00", "temperature": 13.651, "pressure": 16.896, "temperature_std": 0.39819, "pressure_std": 8.1445 }, "geometry": { "type": "Point", "coordinates": [ -10.8310627, 51.5583362 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-06T00:00:00", "temperature": 13.965, "pressure": 22.819, "temperature_std": 0.18052, "pressure_std": 20.131 }, "geometry": { "type": "Point", "coordinates": [ -11.0461957, 51.4494579 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-07T00:00:00", "temperature": 14.102, "pressure": 12.703, "temperature_std": 0.1162, "pressure_std": 5.7351 }, "geometry": { "type": "Point", "coordinates": [ -10.8340848, 51.2679135 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-08T00:00:00", "temperature": 14.37, "pressure": 11.973, "temperature_std": 0.32657, "pressure_std": 7.7988 }, "geometry": { "type": "Point", "coordinates": [ -10.7483503, 51.1831582 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-09T00:00:00", "temperature": 14.292, "pressure": 17.072, "temperature_std": 0.28804, "pressure_std": 12.722 }, "geometry": { "type": "Point", "coordinates": [ -10.323109, 50.8924005 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-10T00:00:00", "temperature": 14.11, "pressure": 19.089, "temperature_std": 0.2661, "pressure_std": 8.3297 }, "geometry": { "type": "Point", "coordinates": [ -9.6948497, 50.88028 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-11T00:00:00", "temperature": 14.058, "pressure": 13.653, "temperature_std": 0.19899, "pressure_std": 7.6631 }, "geometry": { "type": "Point", "coordinates": [ -9.274911, 50.7226709 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-12T00:00:00", "temperature": 14.345, "pressure": 29.992, "temperature_std": 0.38043, "pressure_std": 18.634 }, "geometry": { "type": "Point", "coordinates": [ -8.6379769, 50.6135117 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-13T00:00:00", "temperature": 14.697, "pressure": 28.892, "temperature_std": 0.098158, "pressure_std": 10.179 }, "geometry": { "type": "Point", "coordinates": [ -8.0840708, 50.5043152 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-14T00:00:00", "temperature": 14.721, "pressure": 26.527, "temperature_std": 0.11071, "pressure_std": 11.227 }, "geometry": { "type": "Point", "coordinates": [ -7.2454308, 49.8118641 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-15T00:00:00", "temperature": 14.85, "pressure": 30.451, "temperature_std": 0.10755, "pressure_std": 9.3884 }, "geometry": { "type": "Point", "coordinates": [ -6.6766724, 49.1910031 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-16T00:00:00", "temperature": 14.725, "pressure": 33.619, "temperature_std": 0.17635, "pressure_std": 10.635 }, "geometry": { "type": "Point", "coordinates": [ -6.0025168, 48.2390169 ] } }, | ||
{ "type": "Feature", "properties": { "time": "2015-08-17T00:00:00", "temperature": 14.504, "pressure": 29.984, "temperature_std": 0.91998, "pressure_std": 8.1976 }, "geometry": { "type": "Point", "coordinates": [ -4.8415346, 47.9821998 ] } } | ||
] | ||
} |
Binary file not shown.
Oops, something went wrong.