@digital4better/data 1.3.29 → 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 +362 -344
- package/data/factor/continent-monthly-green.json +3288 -3090
- package/data/factor/continent-monthly.csv +362 -344
- package/data/factor/continent-monthly.json +3290 -3092
- package/data/factor/continent-yearly-green.csv +37 -31
- package/data/factor/continent-yearly-green.json +345 -279
- package/data/factor/continent-yearly.csv +37 -31
- package/data/factor/continent-yearly.json +345 -279
- package/data/factor/country-monthly-green.csv +4183 -3541
- package/data/factor/country-monthly-green.json +37143 -30081
- package/data/factor/country-monthly.csv +4392 -3750
- package/data/factor/country-monthly.json +36595 -29533
- package/data/factor/country-yearly-green.csv +667 -453
- package/data/factor/country-yearly-green.json +6212 -3858
- package/data/factor/country-yearly.csv +667 -453
- package/data/factor/country-yearly.json +5976 -3622
- package/data/factor/subdivision-monthly-green.csv +864 -589
- package/data/factor/subdivision-monthly-green.json +8223 -5196
- package/data/factor/subdivision-monthly.csv +864 -589
- package/data/factor/subdivision-monthly.json +8139 -5112
- package/data/factor/subdivision-yearly-green.csv +134 -63
- package/data/factor/subdivision-yearly-green.json +1350 -567
- package/data/factor/subdivision-yearly.csv +134 -63
- package/data/factor/subdivision-yearly.json +1350 -567
- package/data/factor/world-monthly-green.csv +86 -83
- package/data/factor/world-monthly-green.json +780 -747
- package/data/factor/world-monthly.csv +86 -83
- package/data/factor/world-monthly.json +779 -746
- package/data/factor/world-yearly-green.csv +8 -7
- package/data/factor/world-yearly-green.json +74 -63
- package/data/factor/world-yearly.csv +8 -7
- package/data/factor/world-yearly.json +74 -63
- package/data/mix/continent-monthly-green.csv +359 -341
- package/data/mix/continent-monthly-green.json +1245 -1137
- package/data/mix/continent-monthly.csv +359 -341
- package/data/mix/continent-monthly.json +2020 -1822
- package/data/mix/continent-yearly-green.csv +36 -30
- package/data/mix/continent-yearly-green.json +138 -102
- package/data/mix/continent-yearly.csv +36 -30
- package/data/mix/continent-yearly.json +231 -165
- package/data/mix/country-monthly-green.csv +3430 -2788
- package/data/mix/country-monthly-green.json +12520 -8668
- package/data/mix/country-monthly.csv +3430 -2788
- package/data/mix/country-monthly.json +20453 -13391
- package/data/mix/country-yearly-green.csv +519 -305
- package/data/mix/country-yearly-green.json +2195 -911
- package/data/mix/country-yearly.csv +519 -305
- package/data/mix/country-yearly.json +3874 -1520
- package/data/mix/subdivision-monthly-green.csv +746 -471
- package/data/mix/subdivision-monthly-green.json +3118 -1466
- package/data/mix/subdivision-monthly.csv +746 -471
- package/data/mix/subdivision-monthly.json +5154 -2127
- package/data/mix/subdivision-yearly-green.csv +134 -63
- package/data/mix/subdivision-yearly-green.json +652 -224
- package/data/mix/subdivision-yearly.csv +134 -63
- package/data/mix/subdivision-yearly.json +1182 -399
- package/data/mix/world-monthly-green.csv +86 -83
- package/data/mix/world-monthly-green.json +341 -323
- package/data/mix/world-monthly.csv +86 -83
- package/data/mix/world-monthly.json +716 -683
- package/data/mix/world-yearly-green.csv +8 -7
- package/data/mix/world-yearly-green.json +34 -28
- package/data/mix/world-yearly.csv +8 -7
- package/data/mix/world-yearly.json +69 -58
- package/package.json +4 -3
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
|
+
]
|