barometer 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,42 +0,0 @@
1
- {
2
- "name": "KSFO",
3
- "Status": {
4
- "code": 200,
5
- "request": "geocode"
6
- },
7
- "Placemark": [ {
8
- "id": "p1",
9
- "address": "San Francisco International Airport, San Francisco, CA 94128, USA",
10
- "AddressDetails": {
11
- "Accuracy" : 9,
12
- "Country" : {
13
- "AdministrativeArea" : {
14
- "AdministrativeAreaName" : "CA",
15
- "Locality" : {
16
- "AddressLine" : [ "San Francisco International Airport" ],
17
- "LocalityName" : "San Francisco",
18
- "PostalCode" : {
19
- "PostalCodeNumber" : "94128"
20
- },
21
- "Thoroughfare" : {
22
- "ThoroughfareName" : "San Francisco International Airport"
23
- }
24
- }
25
- },
26
- "CountryName" : "USA",
27
- "CountryNameCode" : "US"
28
- }
29
- },
30
- "ExtendedData": {
31
- "LatLonBox": {
32
- "north": 37.6328980,
33
- "south": 37.5975438,
34
- "east": -122.3579642,
35
- "west": -122.4219938
36
- }
37
- },
38
- "Point": {
39
- "coordinates": [ -122.3899790, 37.6152230, 0 ]
40
- }
41
- } ]
42
- }
@@ -1,38 +0,0 @@
1
- {
2
- "name": "New York, NY",
3
- "Status": {
4
- "code": 200,
5
- "request": "geocode"
6
- },
7
- "Placemark": [ {
8
- "id": "p1",
9
- "address": "New York, NY, USA",
10
- "AddressDetails": {
11
- "Accuracy" : 4,
12
- "Country" : {
13
- "AdministrativeArea" : {
14
- "AdministrativeAreaName" : "NY",
15
- "SubAdministrativeArea" : {
16
- "Locality" : {
17
- "LocalityName" : "New York"
18
- },
19
- "SubAdministrativeAreaName" : "New York"
20
- }
21
- },
22
- "CountryName" : "USA",
23
- "CountryNameCode" : "US"
24
- }
25
- },
26
- "ExtendedData": {
27
- "LatLonBox": {
28
- "north": 40.8495342,
29
- "south": 40.5788964,
30
- "east": -73.7498543,
31
- "west": -74.2620919
32
- }
33
- },
34
- "Point": {
35
- "coordinates": [ -74.0059731, 40.7143528, 0 ]
36
- }
37
- } ]
38
- }