Skip to content

Commit ecde4e0

Browse files
Add skill: j2000-ecef-converter
1 parent 5a546d2 commit ecde4e0

2 files changed

Lines changed: 70 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# j2000-ecef-converter
2+
3+
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+
5+
## Installation
6+
7+
```bash
8+
refly skill install skp-kuyabdprke2h401o6blgp7db
9+
```
10+
11+
## Triggers
12+
13+
- j2000 to wgs84
14+
- eci to ecef
15+
- coordinate conversion
16+
- J2000转WGS84
17+
- ECI转ECEF
18+
19+
## Tags
20+
21+
`orbital` `astronomy` `space` `gnss` `coordinate` `eop` `precision`
22+
23+
## Author
24+
25+
jsy96
26+
27+
## Links
28+
29+
- [View on Refly](https://refly.ai/skill/skp-kuyabdprke2h401o6blgp7db)
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: j2000-ecef-converter
3+
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

Comments
 (0)