odin_live
odin_live is a bin (application) crate that demonstrates the use of ODIN as a web server in the conterminous US (CONUS),
including commercial data sources that require application keys.
Per default odin_live builds and runs with public data sources. Additional (proprietary) data sources / services
have to be enabled with features, i.e. to build the full system you have to use the following command:
cargo build --features n5,sentinel,adsb
More data sources will be added to odin_live as they become available. The currently supported ones are:
- basic
odin_cesiumservices (clock, view and imagery) odin_shareservice (both for shared data and messaging)odin_geolayerto show configured GeoJSON data setsodin_fireshistorical operational fire data- `odin_goesr geostationary satellite hotspots
- `odin_orbital various orbiting satellites
odin_windmicro grid wind simulation and display with WindNinjaodin_alertcaAlertCalifornia web camerasodin_n5N5Sensor fire sensors (requires to build withn5feature)odin_sentinelDelphire Sentinel fire sensors (requires to build withsentinelfeature)odin_adsbADS-B import from connected SBS device (requiresadsbfeature)