@vizabi/reader-ddfcsv 4.0.1 → 4.0.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.
- package/.nyc_output/728a89bae7b247a7244820c1b6596c8b.json +1 -0
- package/.nyc_output/{b6bf399cf7728b8c5c41d809e50f4b23.json → e875174b7b217be31b58605962f05304.json} +0 -0
- package/.travis.yml +0 -0
- package/CHANGELOG.md +5 -0
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/coverage/base.css +0 -0
- package/coverage/block-navigation.js +0 -0
- package/coverage/index.html +5 -5
- package/coverage/prettify.css +0 -0
- package/coverage/prettify.js +0 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +0 -0
- package/coverage/src/ddf-csv.ts.html +99 -99
- package/coverage/src/ddfcsv-error.ts.html +1 -1
- package/coverage/src/ddfcsv-reader.ts.html +1 -1
- package/coverage/src/file-readers/backend-file-reader.ts.html +5 -5
- package/coverage/src/file-readers/github-file-reader.ts.html +1 -1
- package/coverage/src/file-readers/index.html +1 -1
- package/coverage/src/index.html +5 -5
- package/coverage/src/index.ts.html +1 -1
- package/coverage/src/resource-selection-optimizer/in-clause-under-conjunction.ts.html +1 -1
- package/coverage/src/resource-selection-optimizer/index.html +1 -1
- package/coverage/src/resource-selection-optimizer/index.ts.html +1 -1
- package/coverage/src/test-cases/concepts.ts.html +1 -1
- package/coverage/src/test-cases/entities.ts.html +1 -1
- package/coverage/src/test-cases/index.html +1 -1
- package/deploy.js +0 -0
- package/dist/reader-ddfcsv-polyfill.js +4 -3
- package/dist/reader-ddfcsv-polyfill.js.map +1 -1
- package/dist/reader-ddfcsv.js +4 -3
- package/dist/reader-ddfcsv.js.map +1 -1
- package/icon.png +0 -0
- package/lib/src/ddf-csv.d.ts +0 -0
- package/lib/src/ddf-csv.js +3 -3
- package/lib/src/ddf-csv.js.map +1 -1
- package/lib/src/ddfcsv-error.d.ts +0 -0
- package/lib/src/ddfcsv-error.js +0 -0
- package/lib/src/ddfcsv-error.js.map +0 -0
- package/lib/src/ddfcsv-reader.d.ts +0 -0
- package/lib/src/ddfcsv-reader.js +1 -1
- package/lib/src/ddfcsv-reader.js.map +0 -0
- package/lib/src/file-readers/backend-file-reader.d.ts +0 -0
- package/lib/src/file-readers/backend-file-reader.js +0 -0
- package/lib/src/file-readers/backend-file-reader.js.map +0 -0
- package/lib/src/file-readers/github-file-reader.d.ts +0 -0
- package/lib/src/file-readers/github-file-reader.js +0 -0
- package/lib/src/file-readers/github-file-reader.js.map +0 -0
- package/lib/src/index.d.ts +0 -0
- package/lib/src/index.js +0 -0
- package/lib/src/index.js.map +0 -0
- package/lib/src/interfaces.d.ts +0 -0
- package/lib/src/interfaces.js +0 -0
- package/lib/src/interfaces.js.map +0 -0
- package/lib/src/resource-selection-optimizer/in-clause-under-conjunction.d.ts +0 -0
- package/lib/src/resource-selection-optimizer/in-clause-under-conjunction.js +0 -0
- package/lib/src/resource-selection-optimizer/in-clause-under-conjunction.js.map +0 -0
- package/lib/src/resource-selection-optimizer/index.d.ts +0 -0
- package/lib/src/resource-selection-optimizer/index.js +0 -0
- package/lib/src/resource-selection-optimizer/index.js.map +0 -0
- package/lib-web/src/ddf-csv.d.ts +0 -0
- package/lib-web/src/ddf-csv.js +3 -3
- package/lib-web/src/ddf-csv.js.map +1 -1
- package/lib-web/src/ddfcsv-error.d.ts +0 -0
- package/lib-web/src/ddfcsv-error.js +0 -0
- package/lib-web/src/ddfcsv-error.js.map +0 -0
- package/lib-web/src/ddfcsv-reader.d.ts +0 -0
- package/lib-web/src/ddfcsv-reader.js +0 -0
- package/lib-web/src/ddfcsv-reader.js.map +0 -0
- package/lib-web/src/file-readers/frontend-file-reader.d.ts +0 -0
- package/lib-web/src/file-readers/frontend-file-reader.js +0 -0
- package/lib-web/src/file-readers/frontend-file-reader.js.map +0 -0
- package/lib-web/src/index-web.d.ts +0 -0
- package/lib-web/src/index-web.js +0 -0
- package/lib-web/src/index-web.js.map +0 -0
- package/lib-web/src/interfaces.d.ts +0 -0
- package/lib-web/src/interfaces.js +0 -0
- package/lib-web/src/interfaces.js.map +0 -0
- package/lib-web/src/resource-selection-optimizer/in-clause-under-conjunction.d.ts +0 -0
- package/lib-web/src/resource-selection-optimizer/in-clause-under-conjunction.js +0 -0
- package/lib-web/src/resource-selection-optimizer/in-clause-under-conjunction.js.map +0 -0
- package/lib-web/src/resource-selection-optimizer/index.d.ts +0 -0
- package/lib-web/src/resource-selection-optimizer/index.js +0 -0
- package/lib-web/src/resource-selection-optimizer/index.js.map +0 -0
- package/package.json +2 -2
- package/scripts/set-own-version.js +0 -0
- package/src/ddf-csv.ts +3 -3
- package/src/ddfcsv-error.ts +0 -0
- package/src/ddfcsv-reader.ts +0 -0
- package/src/file-readers/backend-file-reader.ts +0 -0
- package/src/file-readers/frontend-file-reader.ts +0 -0
- package/src/file-readers/github-file-reader.ts +0 -0
- package/src/index-web.ts +0 -0
- package/src/index.ts +0 -0
- package/src/interfaces.ts +0 -0
- package/src/resource-selection-optimizer/in-clause-under-conjunction.ts +0 -0
- package/src/resource-selection-optimizer/index.ts +0 -0
- package/src/test-cases/concepts.ts +0 -0
- package/src/test-cases/entities.ts +0 -0
- package/test/assets-fixtures/world-50m.json +0 -0
- package/test/assets.spec.ts +0 -0
- package/test/common.ts +0 -0
- package/test/definition/concepts-definition.spec.ts +0 -0
- package/test/definition/datapoints-definition.spec.ts +0 -0
- package/test/definition/entities-definition.spec.ts +0 -0
- package/test/definition/schema-definition.spec.ts +0 -0
- package/test/diagnostics.spec.ts +0 -0
- package/test/features-service.spec.ts +0 -0
- package/test/high-load.spec.ts +0 -0
- package/test/main.spec.ts +0 -0
- package/test/mocha.opts +0 -0
- package/test/multi-instances.spec.ts +0 -0
- package/test/result-fixtures/datapoints-assets.json +0 -0
- package/test/result-fixtures/in-clause-under-conjunction-1.json +0 -0
- package/test/result-fixtures/in-clause-under-conjunction-2.json +0 -0
- package/test/result-fixtures/multi-instances/concepts-sg.json +0 -0
- package/test/result-fixtures/multi-instances/concepts-soderstornsmodellen.json +0 -0
- package/test/result-fixtures/multi-instances/datapoints-sg.json +0 -0
- package/test/result-fixtures/multi-instances/datapoints-soderstornsmodellen.json +0 -0
- package/test/result-fixtures/multi-instances/entities-sg.json +64 -64
- package/test/result-fixtures/multi-instances/entities-soderstornsmodellen.json +0 -0
- package/test/result-fixtures/multi-instances/schema-sg.json +0 -0
- package/test/result-fixtures/multi-instances/schema-soderstornsmodellen.json +0 -0
- package/test/schema.spec.ts +0 -0
- package/test/tslint.json +0 -0
- package/tsconfig-web.json +0 -0
- package/tsconfig.json +0 -0
- package/tslint.json +0 -0
- package/.nyc_output/c5b86b0d4b92ff587e296d9570ccc93d.json +0 -1
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"geo": "abkh",
|
|
4
4
|
"name": "Abkhazia",
|
|
5
5
|
"world_4region": "europe",
|
|
6
|
-
"latitude":
|
|
7
|
-
"longitude":
|
|
6
|
+
"latitude": null,
|
|
7
|
+
"longitude": null
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"geo": "afg",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"geo": "akr_a_dhe",
|
|
18
18
|
"name": "Akrotiri and Dhekelia",
|
|
19
19
|
"world_4region": "europe",
|
|
20
|
-
"latitude":
|
|
21
|
-
"longitude":
|
|
20
|
+
"latitude": null,
|
|
21
|
+
"longitude": null
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"geo": "ala",
|
|
@@ -220,8 +220,8 @@
|
|
|
220
220
|
"geo": "bouisl",
|
|
221
221
|
"name": "Bouvet Island",
|
|
222
222
|
"world_4region": "africa",
|
|
223
|
-
"latitude":
|
|
224
|
-
"longitude":
|
|
223
|
+
"latitude": null,
|
|
224
|
+
"longitude": null
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"geo": "bra",
|
|
@@ -325,8 +325,8 @@
|
|
|
325
325
|
"geo": "chanisl",
|
|
326
326
|
"name": "Channel Islands",
|
|
327
327
|
"world_4region": "europe",
|
|
328
|
-
"latitude":
|
|
329
|
-
"longitude":
|
|
328
|
+
"latitude": null,
|
|
329
|
+
"longitude": null
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
"geo": "chl",
|
|
@@ -353,8 +353,8 @@
|
|
|
353
353
|
"geo": "fra_clipperton",
|
|
354
354
|
"name": "Clipperton",
|
|
355
355
|
"world_4region": "",
|
|
356
|
-
"latitude":
|
|
357
|
-
"longitude":
|
|
356
|
+
"latitude": null,
|
|
357
|
+
"longitude": null
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
360
|
"geo": "cck",
|
|
@@ -451,8 +451,8 @@
|
|
|
451
451
|
"geo": "cheslo",
|
|
452
452
|
"name": "Czechoslovakia",
|
|
453
453
|
"world_4region": "europe",
|
|
454
|
-
"latitude":
|
|
455
|
-
"longitude":
|
|
454
|
+
"latitude": null,
|
|
455
|
+
"longitude": null
|
|
456
456
|
},
|
|
457
457
|
{
|
|
458
458
|
"geo": "dnk",
|
|
@@ -486,8 +486,8 @@
|
|
|
486
486
|
"geo": "deu_east",
|
|
487
487
|
"name": "East Germany",
|
|
488
488
|
"world_4region": "europe",
|
|
489
|
-
"latitude":
|
|
490
|
-
"longitude":
|
|
489
|
+
"latitude": null,
|
|
490
|
+
"longitude": null
|
|
491
491
|
},
|
|
492
492
|
{
|
|
493
493
|
"geo": "ecu",
|
|
@@ -528,8 +528,8 @@
|
|
|
528
528
|
"geo": "eri_a_eth",
|
|
529
529
|
"name": "Eritrea and Ethiopia",
|
|
530
530
|
"world_4region": "africa",
|
|
531
|
-
"latitude":
|
|
532
|
-
"longitude":
|
|
531
|
+
"latitude": null,
|
|
532
|
+
"longitude": null
|
|
533
533
|
},
|
|
534
534
|
{
|
|
535
535
|
"geo": "est",
|
|
@@ -598,8 +598,8 @@
|
|
|
598
598
|
"geo": "fra_antarc",
|
|
599
599
|
"name": "French Southern and Antarctic Lands",
|
|
600
600
|
"world_4region": "",
|
|
601
|
-
"latitude":
|
|
602
|
-
"longitude":
|
|
601
|
+
"latitude": null,
|
|
602
|
+
"longitude": null
|
|
603
603
|
},
|
|
604
604
|
{
|
|
605
605
|
"geo": "gab",
|
|
@@ -619,8 +619,8 @@
|
|
|
619
619
|
"geo": "pse_gaza",
|
|
620
620
|
"name": "Gaza Strip",
|
|
621
621
|
"world_4region": "asia",
|
|
622
|
-
"latitude":
|
|
623
|
-
"longitude":
|
|
622
|
+
"latitude": null,
|
|
623
|
+
"longitude": null
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
626
|
"geo": "geo",
|
|
@@ -731,8 +731,8 @@
|
|
|
731
731
|
"geo": "heard_a_mcd",
|
|
732
732
|
"name": "Heard and McDonald Islands",
|
|
733
733
|
"world_4region": "asia",
|
|
734
|
-
"latitude":
|
|
735
|
-
"longitude":
|
|
734
|
+
"latitude": null,
|
|
735
|
+
"longitude": null
|
|
736
736
|
},
|
|
737
737
|
{
|
|
738
738
|
"geo": "hos",
|
|
@@ -878,8 +878,8 @@
|
|
|
878
878
|
"geo": "kos",
|
|
879
879
|
"name": "Kosovo",
|
|
880
880
|
"world_4region": "europe",
|
|
881
|
-
"latitude":
|
|
882
|
-
"longitude":
|
|
881
|
+
"latitude": null,
|
|
882
|
+
"longitude": null
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
885
|
"geo": "kwt",
|
|
@@ -1151,8 +1151,8 @@
|
|
|
1151
1151
|
"geo": "ant",
|
|
1152
1152
|
"name": "Netherlands Antilles",
|
|
1153
1153
|
"world_4region": "americas",
|
|
1154
|
-
"latitude":
|
|
1155
|
-
"longitude":
|
|
1154
|
+
"latitude": null,
|
|
1155
|
+
"longitude": null
|
|
1156
1156
|
},
|
|
1157
1157
|
{
|
|
1158
1158
|
"geo": "ncl",
|
|
@@ -1172,8 +1172,8 @@
|
|
|
1172
1172
|
"geo": "ngokar",
|
|
1173
1173
|
"name": "Ngorno-Karabakh",
|
|
1174
1174
|
"world_4region": "europe",
|
|
1175
|
-
"latitude":
|
|
1176
|
-
"longitude":
|
|
1175
|
+
"latitude": null,
|
|
1176
|
+
"longitude": null
|
|
1177
1177
|
},
|
|
1178
1178
|
{
|
|
1179
1179
|
"geo": "nic",
|
|
@@ -1221,15 +1221,15 @@
|
|
|
1221
1221
|
"geo": "yem_north",
|
|
1222
1222
|
"name": "North Yemen (former)",
|
|
1223
1223
|
"world_4region": "asia",
|
|
1224
|
-
"latitude":
|
|
1225
|
-
"longitude":
|
|
1224
|
+
"latitude": null,
|
|
1225
|
+
"longitude": null
|
|
1226
1226
|
},
|
|
1227
1227
|
{
|
|
1228
1228
|
"geo": "cyp_nor",
|
|
1229
1229
|
"name": "Northern Cyprus",
|
|
1230
1230
|
"world_4region": "europe",
|
|
1231
|
-
"latitude":
|
|
1232
|
-
"longitude":
|
|
1231
|
+
"latitude": null,
|
|
1232
|
+
"longitude": null
|
|
1233
1233
|
},
|
|
1234
1234
|
{
|
|
1235
1235
|
"geo": "mnp",
|
|
@@ -1417,15 +1417,15 @@
|
|
|
1417
1417
|
"geo": "scg",
|
|
1418
1418
|
"name": "Serbia and Montenegro",
|
|
1419
1419
|
"world_4region": "europe",
|
|
1420
|
-
"latitude":
|
|
1421
|
-
"longitude":
|
|
1420
|
+
"latitude": null,
|
|
1421
|
+
"longitude": null
|
|
1422
1422
|
},
|
|
1423
1423
|
{
|
|
1424
1424
|
"geo": "scg_ex_kos",
|
|
1425
1425
|
"name": "Serbia excluding Kosovo",
|
|
1426
1426
|
"world_4region": "europe",
|
|
1427
|
-
"latitude":
|
|
1428
|
-
"longitude":
|
|
1427
|
+
"latitude": null,
|
|
1428
|
+
"longitude": null
|
|
1429
1429
|
},
|
|
1430
1430
|
{
|
|
1431
1431
|
"geo": "syc",
|
|
@@ -1487,8 +1487,8 @@
|
|
|
1487
1487
|
"geo": "som_somland",
|
|
1488
1488
|
"name": "Somaliland",
|
|
1489
1489
|
"world_4region": "africa",
|
|
1490
|
-
"latitude":
|
|
1491
|
-
"longitude":
|
|
1490
|
+
"latitude": null,
|
|
1491
|
+
"longitude": null
|
|
1492
1492
|
},
|
|
1493
1493
|
{
|
|
1494
1494
|
"geo": "zaf",
|
|
@@ -1501,8 +1501,8 @@
|
|
|
1501
1501
|
"geo": "sgero_a_ssandw",
|
|
1502
1502
|
"name": "South Georgia and the South Sandwich Islands",
|
|
1503
1503
|
"world_4region": "americas",
|
|
1504
|
-
"latitude":
|
|
1505
|
-
"longitude":
|
|
1504
|
+
"latitude": null,
|
|
1505
|
+
"longitude": null
|
|
1506
1506
|
},
|
|
1507
1507
|
{
|
|
1508
1508
|
"geo": "kor",
|
|
@@ -1515,8 +1515,8 @@
|
|
|
1515
1515
|
"geo": "sosset",
|
|
1516
1516
|
"name": "South Ossetia",
|
|
1517
1517
|
"world_4region": "europe",
|
|
1518
|
-
"latitude":
|
|
1519
|
-
"longitude":
|
|
1518
|
+
"latitude": null,
|
|
1519
|
+
"longitude": null
|
|
1520
1520
|
},
|
|
1521
1521
|
{
|
|
1522
1522
|
"geo": "ssd",
|
|
@@ -1529,8 +1529,8 @@
|
|
|
1529
1529
|
"geo": "yem_south",
|
|
1530
1530
|
"name": "South Yemen (former)",
|
|
1531
1531
|
"world_4region": "asia",
|
|
1532
|
-
"latitude":
|
|
1533
|
-
"longitude":
|
|
1532
|
+
"latitude": null,
|
|
1533
|
+
"longitude": null
|
|
1534
1534
|
},
|
|
1535
1535
|
{
|
|
1536
1536
|
"geo": "esp",
|
|
@@ -1550,8 +1550,8 @@
|
|
|
1550
1550
|
"geo": "stbar",
|
|
1551
1551
|
"name": "St. Barthélemy",
|
|
1552
1552
|
"world_4region": "americas",
|
|
1553
|
-
"latitude":
|
|
1554
|
-
"longitude":
|
|
1553
|
+
"latitude": null,
|
|
1554
|
+
"longitude": null
|
|
1555
1555
|
},
|
|
1556
1556
|
{
|
|
1557
1557
|
"geo": "shn",
|
|
@@ -1578,15 +1578,15 @@
|
|
|
1578
1578
|
"geo": "stmar",
|
|
1579
1579
|
"name": "St. Martin",
|
|
1580
1580
|
"world_4region": "americas",
|
|
1581
|
-
"latitude":
|
|
1582
|
-
"longitude":
|
|
1581
|
+
"latitude": null,
|
|
1582
|
+
"longitude": null
|
|
1583
1583
|
},
|
|
1584
1584
|
{
|
|
1585
1585
|
"geo": "maf",
|
|
1586
1586
|
"name": "St. Martin (French part)",
|
|
1587
1587
|
"world_4region": "americas",
|
|
1588
|
-
"latitude":
|
|
1589
|
-
"longitude":
|
|
1588
|
+
"latitude": null,
|
|
1589
|
+
"longitude": null
|
|
1590
1590
|
},
|
|
1591
1591
|
{
|
|
1592
1592
|
"geo": "vct",
|
|
@@ -1711,8 +1711,8 @@
|
|
|
1711
1711
|
"geo": "transn",
|
|
1712
1712
|
"name": "Transnistria",
|
|
1713
1713
|
"world_4region": "europe",
|
|
1714
|
-
"latitude":
|
|
1715
|
-
"longitude":
|
|
1714
|
+
"latitude": null,
|
|
1715
|
+
"longitude": null
|
|
1716
1716
|
},
|
|
1717
1717
|
{
|
|
1718
1718
|
"geo": "tto",
|
|
@@ -1788,8 +1788,8 @@
|
|
|
1788
1788
|
"geo": "korea_union",
|
|
1789
1789
|
"name": "United Korea (former)",
|
|
1790
1790
|
"world_4region": "asia",
|
|
1791
|
-
"latitude":
|
|
1792
|
-
"longitude":
|
|
1791
|
+
"latitude": null,
|
|
1792
|
+
"longitude": null
|
|
1793
1793
|
},
|
|
1794
1794
|
{
|
|
1795
1795
|
"geo": "usa",
|
|
@@ -1809,15 +1809,15 @@
|
|
|
1809
1809
|
"geo": "usa_minor_out_isl",
|
|
1810
1810
|
"name": "US Minor Outlying Islands",
|
|
1811
1811
|
"world_4region": "americas",
|
|
1812
|
-
"latitude":
|
|
1813
|
-
"longitude":
|
|
1812
|
+
"latitude": null,
|
|
1813
|
+
"longitude": null
|
|
1814
1814
|
},
|
|
1815
1815
|
{
|
|
1816
1816
|
"geo": "ussr",
|
|
1817
1817
|
"name": "USSR",
|
|
1818
1818
|
"world_4region": "europe",
|
|
1819
|
-
"latitude":
|
|
1820
|
-
"longitude":
|
|
1819
|
+
"latitude": null,
|
|
1820
|
+
"longitude": null
|
|
1821
1821
|
},
|
|
1822
1822
|
{
|
|
1823
1823
|
"geo": "uzb",
|
|
@@ -1865,15 +1865,15 @@
|
|
|
1865
1865
|
"geo": "pse_west_bank",
|
|
1866
1866
|
"name": "West Bank",
|
|
1867
1867
|
"world_4region": "asia",
|
|
1868
|
-
"latitude":
|
|
1869
|
-
"longitude":
|
|
1868
|
+
"latitude": null,
|
|
1869
|
+
"longitude": null
|
|
1870
1870
|
},
|
|
1871
1871
|
{
|
|
1872
1872
|
"geo": "deu_west",
|
|
1873
1873
|
"name": "West Germany",
|
|
1874
1874
|
"world_4region": "europe",
|
|
1875
|
-
"latitude":
|
|
1876
|
-
"longitude":
|
|
1875
|
+
"latitude": null,
|
|
1876
|
+
"longitude": null
|
|
1877
1877
|
},
|
|
1878
1878
|
{
|
|
1879
1879
|
"geo": "esh",
|
|
@@ -1893,8 +1893,8 @@
|
|
|
1893
1893
|
"geo": "yug",
|
|
1894
1894
|
"name": "Yugoslavia",
|
|
1895
1895
|
"world_4region": "europe",
|
|
1896
|
-
"latitude":
|
|
1897
|
-
"longitude":
|
|
1896
|
+
"latitude": null,
|
|
1897
|
+
"longitude": null
|
|
1898
1898
|
},
|
|
1899
1899
|
{
|
|
1900
1900
|
"geo": "zmb",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/test/schema.spec.ts
CHANGED
|
File without changes
|
package/test/tslint.json
CHANGED
|
File without changes
|
package/tsconfig-web.json
CHANGED
|
File without changes
|
package/tsconfig.json
CHANGED
|
File without changes
|
package/tslint.json
CHANGED
|
File without changes
|