wxbox/wxbox-grib2/src/wgs84.rs

5 lines
88 B
Rust
Raw Normal View History

2025-01-01 19:53:23 -05:00
#[derive(Debug, Copy, Clone)]
pub struct LatLong {
pub lat: f64,
pub long: f64
}