Skip to content

Commit

Permalink
Merge pull request #12 from Eisvana/dev
Browse files Browse the repository at this point in the history
update data
  • Loading branch information
Lenni009 authored Aug 2, 2024
2 parents b868eb4 + d02c4eb commit 794f0e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 88 deletions.
2 changes: 2 additions & 0 deletions dataTransform/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ import data from './index.json' with { type: 'json' };

const filteredData = data.filter((item) => !item['Correctly Prefixed']);

console.log(`${filteredData.length} incorrectly named system(s)`);

Deno.writeTextFileSync('src/assets/systems.json', JSON.stringify(filteredData, null, 2));
96 changes: 8 additions & 88 deletions src/assets/systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@
"Correctly Prefixed": false,
"Planets": 6
},
{
"Category": "SolarSystem",
"Name": "EV1-C1 Benathiak",
"Discoverer": "Damalvina",
"Glyphs": "00CBA21117FF",
"Platform": "ST",
"Timestamp": 1706964166000,
"Correctly Prefixed": false,
"Planets": 4
},
{
"Category": "SolarSystem",
"Name": "",
Expand Down Expand Up @@ -79,16 +69,6 @@
"Correctly Prefixed": false,
"Planets": 6
},
{
"Category": "SolarSystem",
"Name": "",
"Discoverer": "aragunde",
"Glyphs": "0139A21117FF",
"Platform": "ST",
"Timestamp": 1700162458000,
"Correctly Prefixed": false,
"Planets": 0
},
{
"Category": "SolarSystem",
"Name": "",
Expand Down Expand Up @@ -151,11 +131,11 @@
},
{
"Category": "SolarSystem",
"Name": "",
"Name": "Koyleroy IV",
"Discoverer": "Damalvina",
"Glyphs": "0194A21117FF",
"Platform": "ST",
"Timestamp": 1704275519000,
"Timestamp": 1722530281000,
"Correctly Prefixed": false,
"Planets": 2
},
Expand Down Expand Up @@ -659,16 +639,6 @@
"Correctly Prefixed": false,
"Planets": 6
},
{
"Category": "SolarSystem",
"Name": "",
"Discoverer": "aragunde",
"Glyphs": "0031A21107FF",
"Platform": "ST",
"Timestamp": 1700317053000,
"Correctly Prefixed": false,
"Planets": 5
},
{
"Category": "SolarSystem",
"Name": "",
Expand Down Expand Up @@ -719,16 +689,6 @@
"Correctly Prefixed": false,
"Planets": 6
},
{
"Category": "SolarSystem",
"Name": "",
"Discoverer": "aragunde",
"Glyphs": "0074A21107FF",
"Platform": "ST",
"Timestamp": 1705165861000,
"Correctly Prefixed": false,
"Planets": 6
},
{
"Category": "SolarSystem",
"Name": "",
Expand Down Expand Up @@ -871,11 +831,11 @@
},
{
"Category": "SolarSystem",
"Name": "EV5 - D2 Susiiakhta",
"Name": "Susiiakhta",
"Discoverer": "Damalvina",
"Glyphs": "00D2A21107FF",
"Platform": "ST",
"Timestamp": 1706693008000,
"Timestamp": 1722530086000,
"Correctly Prefixed": false,
"Planets": 6
},
Expand Down Expand Up @@ -1241,11 +1201,11 @@
},
{
"Category": "SolarSystem",
"Name": "EV5 - 1FE Tagovoye",
"Name": "Tagovoye",
"Discoverer": "Damalvina",
"Glyphs": "01FEA21107FF",
"Platform": "ST",
"Timestamp": 1706691861000,
"Timestamp": 1722530291000,
"Correctly Prefixed": false,
"Planets": 2
},
Expand Down Expand Up @@ -1941,11 +1901,11 @@
},
{
"Category": "SolarSystem",
"Name": "EV6 - 1A4 Shunafu",
"Name": "Shunafu",
"Discoverer": "Damalvina",
"Glyphs": "01A4A21107FE",
"Platform": "ST",
"Timestamp": 1706695700000,
"Timestamp": 1722529936000,
"Correctly Prefixed": false,
"Planets": 4
},
Expand Down Expand Up @@ -2069,16 +2029,6 @@
"Correctly Prefixed": false,
"Planets": 6
},
{
"Category": "SolarSystem",
"Name": "EV6 - 201 Ideora",
"Discoverer": "Damalvina",
"Glyphs": "0201A21107FE",
"Platform": "ST",
"Timestamp": 1706693502000,
"Correctly Prefixed": false,
"Planets": 3
},
{
"Category": "SolarSystem",
"Name": "",
Expand Down Expand Up @@ -2269,16 +2219,6 @@
"Correctly Prefixed": false,
"Planets": 0
},
{
"Category": "SolarSystem",
"Name": "",
"Discoverer": "aragunde",
"Glyphs": "0167A21117FE",
"Platform": "ST",
"Timestamp": 1700166940000,
"Correctly Prefixed": false,
"Planets": 0
},
{
"Category": "SolarSystem",
"Name": "",
Expand Down Expand Up @@ -2369,16 +2309,6 @@
"Correctly Prefixed": false,
"Planets": 0
},
{
"Category": "SolarSystem",
"Name": "",
"Discoverer": "aragunde",
"Glyphs": "01DAA21117FE",
"Platform": "ST",
"Timestamp": 1700345529000,
"Correctly Prefixed": false,
"Planets": 2
},
{
"Category": "SolarSystem",
"Name": "EV7-1DE-Morrigan",
Expand Down Expand Up @@ -2419,16 +2349,6 @@
"Correctly Prefixed": false,
"Planets": 0
},
{
"Category": "SolarSystem",
"Name": "",
"Discoverer": "aragunde",
"Glyphs": "01F9A21117FE",
"Platform": "ST",
"Timestamp": 1700345513000,
"Correctly Prefixed": false,
"Planets": 1
},
{
"Category": "SolarSystem",
"Name": "EV7-200-Nauvoo",
Expand Down

0 comments on commit 794f0e0

Please sign in to comment.