All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project should adhere to Semantic Versioning.
allcomb(varagin)
returns all combinations of inputted arrays. Function licensed under BSD-2 that permits redistribution and redistributed from MathWorks File Exchange.- Run script,
RUN_mex
to compile MATLAB mex functions - Moved
run_dynamics_fast
from em-pairing-uncor-importancesampling
- Updated
run_dynamics_fast
with two additional inputs corresponding to dynamic limit constraints. Dynamic constraints were previously hardcoded constants inrun_dynamics_fast.c
- Updated some variable names in
run_dynamics_fast
with a more consistent naming and style convention - Replaced
ltln2val
withgeointerp
inmsl2agl
because MATLAB will removeltln2val
in the future - Improved missing data handling in
msl2agl
by usinggeorasterinfo
andstandardizeMissing
- Updated copyright year
- Fixed bug when allocating output buffer allocation size in
run_dynamics_fast.c
that was originally identified by @reliable-nranganathan
1.1.0 - 2021-07-19
.gitattributes
added for repository management- MATLAB software to parse aircraft registries
- MATLAB software to parse FAA airports shapefile
- MATLAB software to create spatial boundaries
- MinGW support for downloading FAA NASR data from @morgenm
- Improved performance of
msl2agl
bootstrap.sh
andsetup.sh
checks for operating systemsetup.sh
downloads GSHGG and more FAA data
readAirspace
now correctly parses SFC lower altitude- Inline function declaration for
computeVerticalRate
now aligns with function name
1.0.0 - 2020-09-25
- Initial public release