From bc5ee71caadae6436aac5160745794051301ebac Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:17:42 +0000 Subject: [PATCH] Add skill: wgs84-to-j2000 --- skills/wgs84-to-j2000/README.md | 29 +++++++++++++++++++++++ skills/wgs84-to-j2000/SKILL.md | 42 +++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 skills/wgs84-to-j2000/README.md create mode 100644 skills/wgs84-to-j2000/SKILL.md diff --git a/skills/wgs84-to-j2000/README.md b/skills/wgs84-to-j2000/README.md new file mode 100644 index 0000000..ee46b72 --- /dev/null +++ b/skills/wgs84-to-j2000/README.md @@ -0,0 +1,29 @@ +# wgs84-to-j2000 + +Convert WGS84 ECEF coordinates to J2000 ECI using exact inverse formula p1 equals R transpose at p2 and v1 equals R transpose at v2 plus omega cross p2 for centimeter level accuracy with Earth Orientation Parameters IAU 2000A precession nutation model support. + +## Installation + +```bash +refly skill install skp-tue60rfgnuqgrdre9w0m1bwm +``` + +## Triggers + +- wgs84 to j2000 +- ecef to ecef +- WGS84转J2000 +- inverse conversion +- 逆坐标转换 + +## Tags + +`orbital` `astronomy` `space` `gnss` `coordinate` `eop` `inverse` `precision` + +## Author + +jsy96 + +## Links + +- [View on Refly](https://refly.ai/skill/skp-tue60rfgnuqgrdre9w0m1bwm) diff --git a/skills/wgs84-to-j2000/SKILL.md b/skills/wgs84-to-j2000/SKILL.md new file mode 100644 index 0000000..44c29ff --- /dev/null +++ b/skills/wgs84-to-j2000/SKILL.md @@ -0,0 +1,42 @@ +--- +name: wgs84-to-j2000 +description: Convert WGS84 ECEF coordinates to J2000 ECI using exact inverse formula p1 equals R transpose at p2 and v1 equals R transpose at v2 plus omega cross p2 for centimeter level accuracy with Earth Orientation Parameters IAU 2000A precession nutation model support. +skillId: skp-tue60rfgnuqgrdre9w0m1bwm +workflowId: see-workflow-mapping +triggers: + - wgs84 to j2000 + - ecef to ecef + - WGS84转J2000 + - inverse conversion + - 逆坐标转换 +tags: + - orbital + - astronomy + - space + - gnss + - coordinate + - eop + - inverse + - precision +version: 1.0.0 +--- + +# wgs84-to-j2000 + +Convert WGS84 ECEF coordinates to J2000 ECI using exact inverse formula p1 equals R transpose at p2 and v1 equals R transpose at v2 plus omega cross p2 for centimeter level accuracy with Earth Orientation Parameters IAU 2000A precession nutation model support. + +## Installation + +```bash +refly skill install skp-tue60rfgnuqgrdre9w0m1bwm +``` + +## Usage + +After installation, run the skill using your installation ID: + +```bash +refly skill run --input '{}' +``` + +The installation ID is returned when you run `refly skill install`.