@digital4better/data 1.3.31 → 1.3.32
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.
- package/data/country/region-to-region-distances.csv +627 -0
- package/data/country/region-to-region-distances.json +627 -0
- package/data/country/regions.csv +1 -0
- package/data/country/regions.json +11 -1
- package/data/country/user-to-datacenter-distances.csv +1 -0
- package/data/country/user-to-datacenter-distances.json +1 -0
- package/data/factor/continent-monthly-green.csv +355 -349
- package/data/factor/continent-monthly-green.json +3201 -3135
- package/data/factor/continent-monthly.csv +355 -349
- package/data/factor/continent-monthly.json +3197 -3131
- package/data/factor/continent-yearly-green.csv +36 -36
- package/data/factor/continent-yearly-green.json +324 -324
- package/data/factor/continent-yearly.csv +36 -36
- package/data/factor/continent-yearly.json +324 -324
- package/data/factor/country-monthly-green.csv +3650 -3436
- package/data/factor/country-monthly-green.json +31519 -29165
- package/data/factor/country-monthly.csv +3842 -3628
- package/data/factor/country-monthly.json +28634 -26280
- package/data/factor/country-yearly-green.csv +511 -511
- package/data/factor/country-yearly-green.json +4333 -4333
- package/data/factor/country-yearly.csv +504 -504
- package/data/factor/country-yearly.json +3805 -3805
- package/data/factor/subdivision-monthly-green.csv +838 -689
- package/data/factor/subdivision-monthly-green.json +7735 -6094
- package/data/factor/subdivision-monthly.csv +838 -689
- package/data/factor/subdivision-monthly.json +7606 -5965
- package/data/factor/subdivision-yearly-green.csv +134 -126
- package/data/factor/subdivision-yearly-green.json +1224 -1134
- package/data/factor/subdivision-yearly.csv +134 -126
- package/data/factor/subdivision-yearly.json +1224 -1134
- package/data/factor/world-monthly-green.csv +86 -85
- package/data/factor/world-monthly-green.json +776 -765
- package/data/factor/world-monthly.csv +86 -85
- package/data/factor/world-monthly.json +776 -765
- package/data/factor/world-yearly-green.csv +8 -8
- package/data/factor/world-yearly-green.json +72 -72
- package/data/factor/world-yearly.csv +8 -8
- package/data/factor/world-yearly.json +72 -72
- package/data/mix/continent-monthly-green.csv +351 -345
- package/data/mix/continent-monthly-green.json +1196 -1160
- package/data/mix/continent-monthly.csv +351 -345
- package/data/mix/continent-monthly.json +1793 -1727
- package/data/mix/continent-yearly-green.csv +35 -35
- package/data/mix/continent-yearly-green.json +119 -119
- package/data/mix/continent-yearly.csv +35 -35
- package/data/mix/continent-yearly.json +198 -198
- package/data/mix/country-monthly-green.csv +2661 -2447
- package/data/mix/country-monthly-green.json +9257 -7973
- package/data/mix/country-monthly.csv +2661 -2447
- package/data/mix/country-monthly.json +12965 -10611
- package/data/mix/country-yearly-green.csv +324 -324
- package/data/mix/country-yearly-green.json +1068 -1068
- package/data/mix/country-yearly.csv +324 -324
- package/data/mix/country-yearly.json +1638 -1638
- package/data/mix/subdivision-monthly-green.csv +692 -543
- package/data/mix/subdivision-monthly-green.json +2606 -1710
- package/data/mix/subdivision-monthly.csv +692 -543
- package/data/mix/subdivision-monthly.json +3968 -2327
- package/data/mix/subdivision-yearly-green.csv +134 -126
- package/data/mix/subdivision-yearly-green.json +480 -430
- package/data/mix/subdivision-yearly.csv +134 -126
- package/data/mix/subdivision-yearly.json +874 -784
- package/data/mix/world-monthly-green.csv +86 -85
- package/data/mix/world-monthly-green.json +338 -332
- package/data/mix/world-monthly.csv +86 -85
- package/data/mix/world-monthly.json +644 -633
- package/data/mix/world-yearly-green.csv +8 -8
- package/data/mix/world-yearly-green.json +32 -32
- package/data/mix/world-yearly.csv +8 -8
- package/data/mix/world-yearly.json +60 -60
- package/package.json +1 -1
package/data/country/regions.csv
CHANGED
|
@@ -259,6 +259,7 @@ NA,US,,AR,Arkansas,subdivision,137732,35.20105,-91.8318334
|
|
|
259
259
|
NA,US,,CA,California,subdivision,423970,36.778261,-119.4179324
|
|
260
260
|
NA,US,,CO,Colorado,subdivision,269601,39.5500507,-105.7820674
|
|
261
261
|
NA,US,,CT,Connecticut,subdivision,14357,41.6032207,-73.087749
|
|
262
|
+
NA,US,,DC,District of Columbia,subdivision,177,38.9071923,-77.0368707
|
|
262
263
|
NA,US,,DE,Delaware,subdivision,6447,38.9108325,-75.5276699
|
|
263
264
|
NA,US,,FL,Florida,subdivision,170304,27.6648274,-81.4639835
|
|
264
265
|
NA,US,,GA,Georgia,subdivision,153909,32.3293809,-83.1137366
|
|
@@ -2585,6 +2585,16 @@
|
|
|
2585
2585
|
"lat": 41.6032207,
|
|
2586
2586
|
"lon": -73.087749
|
|
2587
2587
|
},
|
|
2588
|
+
{
|
|
2589
|
+
"continent": "NA",
|
|
2590
|
+
"alpha-2": "US",
|
|
2591
|
+
"subdivision": "DC",
|
|
2592
|
+
"name": "District of Columbia",
|
|
2593
|
+
"type": "subdivision",
|
|
2594
|
+
"area": 177,
|
|
2595
|
+
"lat": 38.9071923,
|
|
2596
|
+
"lon": -77.0368707
|
|
2597
|
+
},
|
|
2588
2598
|
{
|
|
2589
2599
|
"continent": "NA",
|
|
2590
2600
|
"alpha-2": "US",
|
|
@@ -3185,4 +3195,4 @@
|
|
|
3185
3195
|
"lat": -19.015438,
|
|
3186
3196
|
"lon": 29.154857
|
|
3187
3197
|
}
|
|
3188
|
-
]
|
|
3198
|
+
]
|