@digital4better/data 1.3.31 → 1.3.33
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 +432 -426
- package/data/factor/continent-monthly-green.json +3897 -3831
- package/data/factor/continent-monthly.csv +432 -426
- package/data/factor/continent-monthly.json +3897 -3831
- package/data/factor/continent-yearly-green.csv +41 -41
- package/data/factor/continent-yearly-green.json +368 -368
- package/data/factor/continent-yearly.csv +41 -41
- package/data/factor/continent-yearly.json +369 -369
- package/data/factor/country-monthly-green.csv +7015 -6801
- package/data/factor/country-monthly-green.json +61500 -59146
- package/data/factor/country-monthly.csv +7208 -6994
- package/data/factor/country-monthly.json +55795 -53441
- package/data/factor/country-yearly-green.csv +818 -818
- package/data/factor/country-yearly-green.json +7107 -7107
- package/data/factor/country-yearly.csv +818 -818
- package/data/factor/country-yearly.json +6341 -6341
- 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 +429 -423
- package/data/mix/continent-monthly-green.json +1576 -1540
- package/data/mix/continent-monthly.csv +429 -423
- package/data/mix/continent-monthly.json +2776 -2710
- package/data/mix/continent-yearly-green.csv +41 -41
- package/data/mix/continent-yearly-green.json +149 -149
- package/data/mix/continent-yearly.csv +41 -41
- package/data/mix/continent-yearly.json +271 -271
- package/data/mix/country-monthly-green.csv +5095 -4881
- package/data/mix/country-monthly-green.json +17531 -16247
- package/data/mix/country-monthly.csv +5095 -4881
- package/data/mix/country-monthly.json +22696 -20342
- package/data/mix/country-yearly-green.csv +548 -548
- package/data/mix/country-yearly-green.json +1847 -1847
- package/data/mix/country-yearly.csv +548 -548
- package/data/mix/country-yearly.json +2588 -2588
- package/data/mix/subdivision-monthly-green.csv +692 -543
- package/data/mix/subdivision-monthly-green.json +2601 -1705
- package/data/mix/subdivision-monthly.csv +692 -543
- package/data/mix/subdivision-monthly.json +3964 -2323
- 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 +871 -781
- package/data/mix/world-monthly-green.csv +86 -85
- package/data/mix/world-monthly-green.json +346 -340
- package/data/mix/world-monthly.csv +86 -85
- package/data/mix/world-monthly.json +756 -745
- 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 +68 -68
- 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
|
+
]
|