Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdd/wcs-wasm
World Coordinate System, for converting astronomical (Ra / Dec) world coords to image space (x / y) and back
https://github.com/sdd/wcs-wasm
Last synced: 15 days ago
JSON representation
World Coordinate System, for converting astronomical (Ra / Dec) world coords to image space (x / y) and back
- Host: GitHub
- URL: https://github.com/sdd/wcs-wasm
- Owner: sdd
- License: apache-2.0
- Created: 2021-06-20T15:59:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:23:05.000Z (about 1 year ago)
- Last Synced: 2024-10-31T00:08:51.136Z (2 months ago)
- Language: Rust
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
wcs-wasm
A TAN WCS (World Coordinate System) implementation in WASM, built from Rust with wasm-pack
### 🛠️ Build with `wasm-pack build`
```
wasm-pack build
```### 🔬 Test in Headless Browsers with `wasm-pack test`
```
wasm-pack test --headless --firefox
```