You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
High precision J2000 ECI to WGS84 ECEF coordinate conversion tool using exact velocity formula v2 equals R at v1 minus omega cross p2 for centimeter-level position accuracy and micrometer-level velocity accuracy with Earth Orientation Parameters support.
description: High precision J2000 ECI to WGS84 ECEF coordinate conversion tool using exact velocity formula v2 equals R at v1 minus omega cross p2 for centimeter-level position accuracy and micrometer-level velocity accuracy with Earth Orientation Parameters support.
4
+
skillId: skp-kuyabdprke2h401o6blgp7db
5
+
workflowId: see-workflow-mapping
6
+
triggers:
7
+
- j2000 to wgs84
8
+
- eci to ecef
9
+
- coordinate conversion
10
+
- J2000转WGS84
11
+
- ECI转ECEF
12
+
tags:
13
+
- orbital
14
+
- astronomy
15
+
- space
16
+
- gnss
17
+
- coordinate
18
+
- eop
19
+
- precision
20
+
version: 1.0.0
21
+
---
22
+
23
+
# j2000-ecef-converter
24
+
25
+
High precision J2000 ECI to WGS84 ECEF coordinate conversion tool using exact velocity formula v2 equals R at v1 minus omega cross p2 for centimeter-level position accuracy and micrometer-level velocity accuracy with Earth Orientation Parameters support.
26
+
27
+
## Installation
28
+
29
+
```bash
30
+
refly skill install skp-kuyabdprke2h401o6blgp7db
31
+
```
32
+
33
+
## Usage
34
+
35
+
After installation, run the skill using your installation ID:
36
+
37
+
```bash
38
+
refly skill run <installationId> --input '{}'
39
+
```
40
+
41
+
The installation ID is returned when you run `refly skill install`.
0 commit comments