CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS.md
LICENSE.md
MANIFEST.in
README.md
SECURITY.md
environment.yml
pyproject.toml
requirements.txt
hyplan/__init__.py
hyplan/_auth.py
hyplan/_trochoid_solver.py
hyplan/_version.py
hyplan/airports.py
hyplan/airspace.py
hyplan/atmosphere.py
hyplan/campaign.py
hyplan/download.py
hyplan/dubins3d.py
hyplan/exceptions.py
hyplan/flight_box.py
hyplan/flight_line.py
hyplan/flight_optimizer.py
hyplan/flight_patterns.py
hyplan/flight_plan.py
hyplan/geometry.py
hyplan/glint.py
hyplan/pattern.py
hyplan/plotting.py
hyplan/py.typed
hyplan/satellites.py
hyplan/sun.py
hyplan/swath.py
hyplan/units.py
hyplan/waypoint.py
hyplan.egg-info/PKG-INFO
hyplan.egg-info/SOURCES.txt
hyplan.egg-info/dependency_links.txt
hyplan.egg-info/requires.txt
hyplan.egg-info/top_level.txt
hyplan/aircraft/__init__.py
hyplan/aircraft/_base.py
hyplan/aircraft/_models.py
hyplan/aircraft/_planned_sortie.py
hyplan/aircraft/eol_ncar.py
hyplan/aircraft/icartt.py
hyplan/aircraft/iwg1.py
hyplan/aircraft/wind_path.py
hyplan/aircraft/adsb/__init__.py
hyplan/aircraft/adsb/airdata.py
hyplan/aircraft/adsb/fitting.py
hyplan/aircraft/adsb/io.py
hyplan/aircraft/adsb/models.py
hyplan/aircraft/adsb/phases.py
hyplan/aircraft/adsb/pipeline.py
hyplan/aircraft/adsb/priors.py
hyplan/clouds/__init__.py
hyplan/clouds/analysis.py
hyplan/clouds/forecast.py
hyplan/clouds/plotting.py
hyplan/clouds/sources.py
hyplan/data/__init__.py
hyplan/data/de421.bsp
hyplan/data/faa_radar_exclusion_zones.geojson
hyplan/exports/__init__.py
hyplan/exports/_common.py
hyplan/exports/csv.py
hyplan/exports/excel.py
hyplan/exports/gpx.py
hyplan/exports/icartt.py
hyplan/exports/kml.py
hyplan/exports/text.py
hyplan/instruments/__init__.py
hyplan/instruments/_base.py
hyplan/instruments/awp.py
hyplan/instruments/frame_camera.py
hyplan/instruments/line_scanner.py
hyplan/instruments/lvis.py
hyplan/instruments/profilinglidar.py
hyplan/instruments/radar.py
hyplan/phenology/__init__.py
hyplan/phenology/_appeears.py
hyplan/phenology/_qa.py
hyplan/phenology/analysis.py
hyplan/phenology/plotting.py
hyplan/phenology/sources.py
hyplan/planning/__init__.py
hyplan/planning/engine.py
hyplan/planning/isochrone.py
hyplan/planning/segments.py
hyplan/terrain/__init__.py
hyplan/terrain/_demgrid.py
hyplan/terrain/elevation.py
hyplan/terrain/intersection.py
hyplan/terrain/io.py
hyplan/winds/__init__.py
hyplan/winds/base.py
hyplan/winds/factory.py
hyplan/winds/gridded.py
hyplan/winds/simple.py
hyplan/winds/utils.py
hyplan/winds/providers/__init__.py
hyplan/winds/providers/gfs.py
hyplan/winds/providers/gmao.py
hyplan/winds/providers/iwg1_trace.py
hyplan/winds/providers/merra2.py
tests/__init__.py
tests/conftest.py
tests/test_adsb.py
tests/test_aircraft.py
tests/test_airports.py
tests/test_airspace.py
tests/test_approach_profile.py
tests/test_atmosphere.py
tests/test_awp.py
tests/test_campaign.py
tests/test_clouds.py
tests/test_download.py
tests/test_dubins3d.py
tests/test_dubins3d_integration.py
tests/test_e2e_workflows.py
tests/test_exports.py
tests/test_flight_box.py
tests/test_flight_line.py
tests/test_flight_optimizer.py
tests/test_flight_patterns.py
tests/test_flight_plan.py
tests/test_frame_camera.py
tests/test_geometry.py
tests/test_glint.py
tests/test_icartt.py
tests/test_integration.py
tests/test_isochrone.py
tests/test_isochrone_perf.py
tests/test_iwg1.py
tests/test_lvis.py
tests/test_phenology.py
tests/test_planned_sortie.py
tests/test_plotting.py
tests/test_profiling_lidar.py
tests/test_radar.py
tests/test_satellites.py
tests/test_sensors.py
tests/test_sun.py
tests/test_swath.py
tests/test_terrain.py
tests/test_units.py
tests/test_waypoint.py
tests/test_winds.py