Release v2.0.0
examples
autonomy_engine_adapter
acknowledgement.json +1 -1
emergency_mission_command.json +1 -1
emergency_mission_plan.json +1 -1
mission_plan_AH1.json +1 -1
mission_plan_ECOSUB.json +1 -1
mission_plan_HYDROSURV.json +1 -1
mission_plan_encoded.json +1 -1
observation_encoded.json +1 -1
planning_configuration.json +72 -52
platform_status-from_usbl_example.json +1 -1
platform_status.json +1 -1
platform_status_encoded.json +1 -1
survey.json +1 -1
survey_encoded.json +1 -1
ecosub_adapter
mission_plan.json +1 -1
observation.json +1 -1
observation_encoded.json +1 -1
platform_status-from_usbl_example.json +1 -1
platform_status.json +1 -1
survey.json +1 -1
survey_encoded.json +1 -1
geojson
platform_status.json +38 -0
gui_adapter
emergency_mission_command.json +1 -1
emergency_mission_plan.json +1 -1
planning_configuration.json +90 -53
hydrosurv_adapter
acknowledgement.json +1 -1
alert.json +1 -1
mission_plan.json +1 -1
platform_status.json +1 -1
mas-dt
autonomy_engine_control.json +16 -0
mission_plan.json +55 -0
planning_configuration.json +168 -0
platform_instruction_set.json +51 -0
platform_status_branch.json +37 -0
platform_status_commit.json +35 -0
platform_status_semver.json +35 -0
waypoints_geojson.json +24 -0
waypoints_props.json +26 -0
formats
__init__.py +0 -50
autonomy_engine_control.py +44 -0
header.py +113 -0
message.py +13 -0
mission_plan.py +106 -45
payload.py +39 -0
planning_configuration.py +71 -23
platform_instruction_set.py +67 -0
platform_status.py +107 -28
waypoints.py +95 -0
gitlab
test-js.yml +1 -0
project/soar
swagger.json +1966 -148
remotes
geojson.org/schema
Feature.json +497 -0
FeatureCollection.json +523 -0
LineString.json +34 -0
MultiLineString.json +37 -0
MultiPoint.json +33 -0
MultiPolygon.json +40 -0
Point.json +30 -0
Polygon.json +37 -0
README.md +13 -0
tests
fixtures
schemas.py +1 -1
swagger.json +2884 -1092
test_schemas.py +5 -3
.flake8 +38 -0
CHANGELOG.md +59 -14
README.md +1 -1
generate_schema_config.py +220 -84
requirements-dev.txt +2 -2
requirements.txt +1 -0
setup.py +1 -1
test-js.sh +5 -0