forked from Flowm/satvis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
24 lines (22 loc) · 822 Bytes
/
index.js
File metadata and controls
24 lines (22 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import satvisSetup from "./app";
const { cc } = satvisSetup({
sat: {
enabledTags: ["Weather"],
},
});
cc.sats.addFromTleUrls([
["data/tle/groups/cubesat.txt", ["Cubesat"]],
["data/tle/groups/globalstar.txt", ["Globalstar"]],
["data/tle/groups/gnss.txt", ["GNSS"]],
["data/tle/groups/iridium-NEXT.txt", ["IridiumNEXT"]],
["data/tle/groups/last-30-days.txt", ["New"]],
["data/tle/groups/oneweb.txt", ["OneWeb"]],
["data/tle/groups/planet.txt", ["Planet"]],
["data/tle/groups/resource.txt", ["Resource"]],
["data/tle/groups/science.txt", ["Science"]],
["data/tle/groups/spire.txt", ["Spire"]],
["data/tle/groups/starlink.txt", ["Starlink"]],
["data/tle/groups/stations.txt", ["Stations"]],
["data/tle/groups/weather.txt", ["Weather"]],
// ["data/tle/groups/active.txt", ["Active"]],
]);