Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```