|
|
## Airborne Laserscanning of sea ice surfaces
|
|
|
|
|
|
|
|
|
```mermaid
|
|
|
flowchart LR
|
|
|
A("ALS range data (*.sdc)") --> B{L1 Processor};
|
|
|
C("GPS positions (*.nc)") --> B;
|
|
|
D("INS attitude (*.nc)") --> B;
|
|
|
E[/"Metadata (*.json)"/] --> B;
|
|
|
F[/"Processing Options (*.json)"/] --> B;
|
|
|
B --> G("Binary Elevation Profile (*.alsbin2)");
|
|
|
B --> H[/"Metadata File (*.json)"/]
|
|
|
``` |