fbw_map_parser 1.0.0

This library allows extracting height data at an arbitrary geographical coordinate from the dataset used by FlyByWire simulations for Microsoft Flight Simulator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "fbw_map_parser"
version = "1.0.0"
edition = "2021"
readme = "README.md"
repository = "https://github.com/KnedlikMCPE/fbw_map_parser"
license = "MIT"
description = "This library allows extracting height data at an arbitrary geographical coordinate from the dataset used by FlyByWire simulations for Microsoft Flight Simulator."

[dependencies]
zune-inflate = { version = "0.2", default-features = false, features = ["gzip"] }