We turn multispectral satellite imagery into marine environmental parameters for aquaculture. The pipeline reads open Copernicus data (Sentinel-1/2/3) through openEO, combines it with in-situ measurements, and produces per-locality estimates that fish farmers can act on.
Based in Trondheim, Norway. Funded by NTNU Discovery.
Most repositories are private. The public ones are:
DuxPace.no- the company website.github- this profile, plus the issue and pull request templates every repository inherits
Internal work is split by concern: data pipelines, ML prediction models, ground truth ingestion, the prediction API, and client-facing apps.
- Issue first. Every change starts as an issue, gets a branch named
<type>/<slug>, and lands through a pull request that closes the issue. - Default branch is
master. - Commits follow Conventional Commits (
feat,fix,chore,refactor,docs,test,perf,ci). - Commits, pull requests, issues and releases from every repository are posted into the
#githubchannel in our Discord.
See CONTRIBUTING.md for the details and SECURITY.md for how to report a vulnerability.