mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 17:49:31 -07:00
Merge remote-tracking branch 'eddyg/station-name-improvements' into code-refactor
This commit is contained in:
16130
datagenerators/output/stations-raw.json
Normal file
16130
datagenerators/output/stations-raw.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1247
datagenerators/stations-postprocessor.mjs
Normal file
1247
datagenerators/stations-postprocessor.mjs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -59,7 +59,7 @@ for (let i = 0; i < chunkStates.length; i += 1) {
|
||||
next = stations?.pagination?.next;
|
||||
round += 1;
|
||||
// write the output
|
||||
writeFileSync('./datagenerators/output/stations.json', JSON.stringify(output, null, 2));
|
||||
writeFileSync('./datagenerators/output/stations-raw.json', JSON.stringify(output, null, 2));
|
||||
}
|
||||
while (next && stations.features.length > 0);
|
||||
console.log(`Complete: ${state}`);
|
||||
|
||||
Reference in New Issue
Block a user